* New R5900 COP2 test case.
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index df179bb377deea66dee85ef0eb2a8e289f844e86..7c340b1c796599a3ea5dc078ea05679c7935ebfb 100644 (file)
@@ -613,13 +613,8 @@ h8300_push_return_address (pc, sp)
   else
     wordsize = 2;
 
-#if CALL_DUMMY_LOCATION != AT_ENTRY_POINT
-  pc = pc - CALL_DUMMY_START_OFFSET + CALL_DUMMY_BREAKPOINT_OFFSET;
-#else
-  pc = CALL_DUMMY_ADDRESS ();
-#endif /* CALL_DUMMY_LOCATION */
   sp -= wordsize;
-  store_unsigned_integer (buf, wordsize, pc);
+  store_unsigned_integer (buf, wordsize, CALL_DUMMY_ADDRESS ());
   write_memory (sp, buf, wordsize);
   return sp;
 }
This page took 0.024747 seconds and 4 git commands to generate.