sim: rl78/rx: drop unnecessary getopt.h probing
[deliverable/binutils-gdb.git] / sim / rl78 / cpu.c
index 22ad30ff1d0526b3b3fe47c9f01f362bcc76937f..a38d6f688aee7ba314cddb43c9edf24ce7c54473 100644 (file)
@@ -1,6 +1,6 @@
 /* cpu.c --- CPU for RL78 simulator.
 
-   Copyright (C) 2011-2017 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
 
    This file is part of the GNU simulators.
@@ -36,6 +36,8 @@ int rl78_g10_mode = 0;
 int g13_multiply = 0;
 int g14_multiply = 0;
 
+SI pc;
+
 #define REGISTER_ADDRESS 0xffee0
 
 typedef struct {
This page took 0.022673 seconds and 4 git commands to generate.