simh-testsetgenerator/VAX
Mark Pizzolato a6964f849d Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms
Very minor in all cases, but the strange case of swtp_cpu.c
This module used expressions of the form:
   PC = ++PC & ADDRMASK;
Officially, the C language says that expressions which modify the same variable in more than one place have undefined behavior.
These were changed to the legal form which performs the desired action:
   PC = (PC + 1) & ADDRMASK;
2011-04-15 09:04:39 -07:00
..
ka655_patch.com Notes For V3.8 2011-04-15 08:35:43 -07:00
ka655x.bin Notes For V3.8 2011-04-15 08:35:43 -07:00
ka655x.bin_old Notes For V3.8 2011-04-15 08:35:43 -07:00
vax780_bug_history.txt Notes For V3.8 2011-04-15 08:35:43 -07:00
vax780_defs.h Notes For V3.8 2011-04-15 08:35:54 -07:00
vax780_fload.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
vax780_mba.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax780_mem.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax780_sbi.c Cleaned up parameter declarations in all simulators to achieve clean compiles on all platforms 2011-04-15 09:04:39 -07:00
vax780_stddev.c Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
vax780_syslist.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax780_uba.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_cis.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_cmode.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_cpu.c Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
vax_cpu1.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_defs.h Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_fpa.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_io.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_mmu.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_octa.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_stddev.c Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
vax_sys.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_syscm.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_sysdev.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vax_syslist.c Notes For V3.8 2011-04-15 08:35:54 -07:00
vaxmod_defs.h Notes For V3.8 2011-04-15 08:35:54 -07:00