Make RL78 disassembler and simulator respect ISA for mul/div
[deliverable/binutils-gdb.git] / sim / rl78 / cpu.c
index 32b1399f0ebb1f77200850225b5caf05dab5e898..ed5f1187ef1078ea59bd0a565dc15db4b55f3560 100644 (file)
@@ -34,6 +34,7 @@ int rl78_in_gdb = 1;
 int timer_enabled = 2;
 int rl78_g10_mode = 0;
 int g13_multiply = 0;
+int g14_multiply = 0;
 
 #define REGISTER_ADDRESS 0xffee0
 
This page took 0.025321 seconds and 4 git commands to generate.