summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms57002/tmsmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms57002/tmsmake.py')
-rwxr-xr-xsrc/devices/cpu/tms57002/tmsmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms57002/tmsmake.py b/src/devices/cpu/tms57002/tmsmake.py
index e2e12b5a4b3..1aaa0fc59e4 100755
--- a/src/devices/cpu/tms57002/tmsmake.py
+++ b/src/devices/cpu/tms57002/tmsmake.py
@@ -91,7 +91,7 @@ PDESC_EXPAND = {
"wd1": expand_wd1,
"b1": lambda v: "pc = ",
"b2": lambda v: " sti |= S_BRANCH;",
- "sfai1": lambda v: ["", "((INT32)("][v["sfai"]],
+ "sfai1": lambda v: ["", "((int32_t)("][v["sfai"]],
"sfai2": lambda v: ["", ")) >> 1"][v["sfai"]],
}