summaryrefslogtreecommitdiffstats
path: root/func.c
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2020-02-26 12:13:07 +0100
committerJiri Gaisler <jiri@gaisler.se>2020-02-26 12:13:07 +0100
commitacd17e755506d316e073175c3993954cb7d51f3e (patch)
treeef13e30e92665d9e9305d80f83ec14b6fe61af19 /func.c
parentInitialize PC before connecting to gdb (diff)
downloadsis-acd17e755506d316e073175c3993954cb7d51f3e.tar.bz2
Avoid reserved word sparc on SPARC hosts
Diffstat (limited to 'func.c')
-rw-r--r--func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/func.c b/func.c
index 15af31b..e9ae888 100644
--- a/func.c
+++ b/func.c
@@ -73,7 +73,7 @@ int sis_gdb_break;
int cpu = 0; /* active cpu */
int ncpu = 1; /* number of cpus to emulate */
int delta = 50; /* time slice for MP simulation */
-const struct cpu_arch *arch = &sparc;
+const struct cpu_arch *arch = &sparc32;
uint32 daddr = 0;
/*
static bfd *abfd;