[Lldb-commits] [PATCH] Add branch emulation to aarch64 instruction emulator

Tamas Berghammer tberghammer at google.com
Wed Jun 24 12:30:04 PDT 2015


================
Comment at: source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp:880
@@ +879,3 @@
+{
+#if 0
+    // ARM64 pseudo code...
----------------
emaste wrote:
> Shouldn't this be a comment rather than `#if 0`?
I did this based on the style we use in EmulateInstructionARM but it is definitely a comment. I can change it if we prefer that way

http://reviews.llvm.org/D10702

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list