fix another case of movem PC saving
[cyclone68000.git] / OpMove.cpp
index 338dab1..0d5f670 100644 (file)
@@ -406,7 +406,7 @@ int OpMovem(int op)
   EaCalc(6,0x003f,cea,size);\r
 \r
   // must save PC, need a spare register\r
-  FlushPC();\r
+  FlushPC(1);\r
 \r
   ot(";@ r4=Register Index*4:\n");\r
   if (decr) ot("  mov r4,#0x40 ;@ order reversed for -(An)\n");\r