jmpews / Dobby

a lightweight, multi-platform, multi-architecture hook framework.
Apache License 2.0
3.93k stars 809 forks source link

Build failure on AArch32 Android #88

Closed Naville closed 3 years ago

Naville commented 4 years ago
../source/InterceptRoutingTrampoline/arm/trampoline-arm.cc:17:10: error: cannot initialize return object of type 'CodeBuffer *' with an rvalue of type 'CodeBufferBase *'
  return turbo_assembler_.GetCodeBuffer()->copy();
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../source/InterceptRoutingTrampoline/arm/trampoline-arm.cc:34:10: error: cannot initialize return object of type 'CodeBuffer *' with an rvalue of type 'CodeBufferBase *'
  return thumb_turbo_assembler_.GetCodeBuffer()->copy();
Naville commented 4 years ago

Ping

Naville commented 4 years ago

Ping

jmpews commented 3 years ago

fixed