diff options
| author | Duncan Smith | 2010-07-03 21:30:14 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-07-03 21:30:14 -0700 |
| commit | 9fd1320c6f4b16d7aba4476f7d6caaf7e8f6bc2c (patch) | |
| tree | d93667ed6d049a5bc5f90ea422eef32a52bd911b /asm_vars.h | |
| parent | 83ed624bf8966204768a2766c58744dc06685e02 (diff) | |
Now it compiles properly. Still doesn't seem to run without address error, though.
Diffstat (limited to 'asm_vars.h')
| -rw-r--r-- | asm_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ extern void* mem_page_loc_3; extern void** pages; - +#define PAGE_SIZE 0x4000 #endif |
