[Lldb-commits] [PATCH] Address warnings in EmulateInstructionARM64

Ed Maste emaste at freebsd.org
Mon Apr 28 13:38:14 PDT 2014


On 28 April 2014 14:26, Greg Clayton <gclayton at apple.com> wrote:
> These function emulate things that are in the ARM64 pseudo code in the ARM64 instruction documentation. Please "#if 0" out the SignExtend64(...)

Ok

> and LSL_C(...) functions in case they are needed for emulating other instructions in the future.

I noticed the file is using llvm::SignExtend64 already, so no need to
keep our own local version around.



More information about the lldb-commits mailing list