sim: v850: fix SMP compile
authorMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 05:32:49 +0000 (00:32 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 07:10:22 +0000 (02:10 -0500)
commit8290c8b5dd38636b2448a53f3de4555b7acad3a7
treeeacbf8ca9707d1f6d91023da769ce249e7306831
parent46ebce9b9c70c85caa9e4cfb5c19340ccfec38fc
sim: v850: fix SMP compile

The igen tool sets up the SD & CPU defines for code fragments to use,
but v850 was expecting "sd".  Change all the igen related code to use
SD so it actually compiles, and fix a few places to use "CPU" instead
of hardcoding cpu0.
sim/v850/simops.c
sim/v850/v850-sim.h
sim/v850/v850.igen