X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Frl78%2Fcpu.h;h=ac882c88e907bf1f1db6ffcb383c5ae72d0d9c7c;hb=3922b302645fda04da42a5279399578ae2f6206c;hp=057f62530eec076881366f680b5ed9c9b733f956;hpb=87326c782a97fdacdd003599c8633b28114f8ed9;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/rl78/cpu.h b/sim/rl78/cpu.h index 057f62530e..ac882c88e9 100644 --- a/sim/rl78/cpu.h +++ b/sim/rl78/cpu.h @@ -1,7 +1,6 @@ /* cpu.h --- declarations for the RL78 core. - Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2020 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. @@ -47,7 +46,7 @@ extern const char * const reg_names[]; void init_cpu (void); void set_flags (int mask, int newbits); -void set_c (int c); +void set_c (int); int get_c (void); const char *bits (int v, int b); @@ -98,4 +97,8 @@ extern int timer_enabled; extern void dump_counts_per_insn (const char * filename); extern unsigned int counts_per_insn[0x100000]; +extern int rl78_g10_mode; +extern int g13_multiply; +extern int g14_multiply; + #endif