aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/syscall.h
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18sim: m32c: switch syscalls to common nltvalsMike Frysinger1-50/+0
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 :).
2006-03-14* mem.c (mem_put_byte): Hook simulated UART to stdout.DJ Delorie1-0/+50
(mem_put_hi): Hook in simulated trace port. (mem_get_byte): Hook in simulated uart control port. * opc2c: Be more picky about matching special comments. * r8c.opc (shift_op): Limit shift counts to -16..16. (BMcnd): Map conditional codes. * reg.c (condition_true): Mask condition code to 4 bits. * syscalls.c: Include local syscall.h. * syscall.h: New, copied from libgloss.