summaryrefslogtreecommitdiff
path: root/asm_vars.h
diff options
context:
space:
mode:
authorAstrid Smith2010-07-03 21:30:14 -0700
committerAstrid Smith2010-07-03 21:30:14 -0700
commit70d0b5e32c6b9d7685a18e153504cfd88ba0f420 (patch)
treefd90c61dd77026d1c10e0ee1de2c7edc2cb1391e /asm_vars.h
parent3f191892ed3dd8a9f8ad81cb039468d3ef2aa172 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm_vars.h b/asm_vars.h
index 1901bb0..2dc35e9 100644
--- a/asm_vars.h
+++ b/asm_vars.h
@@ -12,6 +12,6 @@ extern void* mem_page_loc_3;
extern void** pages;
-
+#define PAGE_SIZE 0x4000
#endif