binutils: support for the SPARC M8 processor
[deliverable/binutils-gdb.git] / sim / rl78 / cpu.c
index a5056fc2db234292fd2c7ec90c02f66d49332767..22ad30ff1d0526b3b3fe47c9f01f362bcc76937f 100644 (file)
@@ -1,6 +1,6 @@
 /* cpu.c --- CPU for RL78 simulator.
 
-   Copyright (C) 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2011-2017 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of the GNU simulators.
@@ -32,6 +32,9 @@ int verbose = 0;
 int trace = 0;
 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.023737 seconds and 4 git commands to generate.