amd64_analyze_prologue: fix incorrect comment
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.c
index 0ce9fbc2997313cdeff434d92851766a17dc510f..768fe63bdde7ddd331f724cce309840be57afb98 100644 (file)
@@ -2433,7 +2433,7 @@ amd64_analyze_prologue (struct gdbarch *gdbarch,
          return pc + 4;
        }
 
-      /* For X32, also check for `movq %esp, %ebp'.  */
+      /* For X32, also check for `movl %esp, %ebp'.  */
       if (gdbarch_ptr_bit (gdbarch) == 32)
        {
          if (memcmp (buf, mov_esp_ebp_1, 2) == 0
This page took 0.024146 seconds and 4 git commands to generate.