Revert "d/i index 0 for i is more logical? because it is default mode."
This reverts commit cf420ca726
.
=> breaks at least the unix v6 bootloader
This commit is contained in:
parent
9040a2b075
commit
4799cba2de
1 changed files with 1 additions and 1 deletions
2
bus.h
2
bus.h
|
@ -56,7 +56,7 @@ class cpu;
|
|||
class memory;
|
||||
class tty;
|
||||
|
||||
typedef enum { i_space, d_space } d_i_space_t;
|
||||
typedef enum { d_space, i_space } d_i_space_t;
|
||||
|
||||
typedef struct {
|
||||
uint16_t virtual_address;
|
||||
|
|
Loading…
Add table
Reference in a new issue