Adjust comments with example in it
[deliverable/binutils-gdb.git] / gdb / arm-wince-tdep.c
index 24f0e5b8935f0dc00a0ce47d6a5cd6052cd59591..aff8d20e030ab9d94445ee021b12b7f93a99602f 100644 (file)
@@ -45,9 +45,12 @@ arm_pe_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
   CORE_ADDR next_pc;
 
   /* The format of an ARM DLL trampoline is:
+
        ldr  ip, [pc]
        ldr  pc, [ip]
-       .dw __imp_<func>  */
+       .dw __imp_<func>
+
+  */
 
   if (pc == 0
       || read_memory_unsigned_integer (pc + 0, 4, byte_order) != 0xe59fc000
This page took 0.024063 seconds and 4 git commands to generate.