mirror of
https://github.com/open-simh/simh.git
synced 2026-04-30 21:49:00 +00:00
VAX: Move CPU register and routine declarations into vax_defs.h
Avoid redundant declarations in every simulator module that uses them and allow compiler to validate consistency of declarations and definitions.
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
#include <ctype.h>
|
||||
|
||||
/* Symbol tables */
|
||||
/* Warning: for literals, the class number MUST equal the field width!! */
|
||||
|
||||
Reference in New Issue
Block a user