summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/Arm64Assembler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/codeflinger/Arm64Assembler.cpp')
-rw-r--r--libpixelflinger/codeflinger/Arm64Assembler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpixelflinger/codeflinger/Arm64Assembler.cpp b/libpixelflinger/codeflinger/Arm64Assembler.cpp
index aebc129bf..8926776d4 100644
--- a/libpixelflinger/codeflinger/Arm64Assembler.cpp
+++ b/libpixelflinger/codeflinger/Arm64Assembler.cpp
@@ -325,7 +325,7 @@ int ArmToArm64Assembler::generate(const char* name)
printf(format, name, int(pc()-base()), base(), pc(), duration);
disassemble(name);
}
- return NO_ERROR;
+ return OK;
}
uint32_t* ArmToArm64Assembler::pcForLabel(const char* label)
@@ -1238,4 +1238,3 @@ uint32_t ArmToArm64Assembler::A64_EXTR_W(uint32_t Rd, uint32_t Rn,
}
}; // namespace android
-