sim: rx: switch syscalls to common nltvals

Rather than hand duplicate the syscall table, switch to the common
nltvals framework.  We have to tweak the constant names, but we get
everything else for free.  I made sure the constants have the same
values before & after too :).
This commit is contained in:
Mike Frysinger
2021-04-18 22:35:19 -04:00
parent f956ecde56
commit b3d4da0f12
7 changed files with 59 additions and 62 deletions

View File

@@ -70,6 +70,7 @@ TARGETS = {
'msp430',
'pru',
'riscv',
'rx',
'sparc',
'v850',
}