Add cast in python.c
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.c
index 84260630044d624a84818bb232a57e196e938201..995cbcf5427c43f5e7e1f3200dd96cd0766cca9c 100644 (file)
@@ -2771,7 +2771,7 @@ aarch64_displaced_step_others (const uint32_t insn,
   struct aarch64_displaced_step_data *dsd
     = (struct aarch64_displaced_step_data *) data;
 
-  emit_insn (dsd->insn_buf, insn);
+  aarch64_emit_insn (dsd->insn_buf, insn);
   dsd->insn_count = 1;
 
   if ((insn & 0xfffffc1f) == 0xd65f0000)
This page took 0.023214 seconds and 4 git commands to generate.