Add __stack_base__

This commit is contained in:
Anthony Green
2001-11-13 03:31:14 +00:00
parent 4cede8c4ce
commit 28f8744e02
2 changed files with 6 additions and 1 deletions

View File

@ -243,9 +243,10 @@ change_back:
/* Workspace for Angel calls. */
.data
/* Data returned by monitor SWI. */
.global __stack_base__
HeapBase: .word 0
HeapLimit: .word 0
StackBase: .word 0
__stack_base__: .word 0
StackLimit: .word 0
CommandLine: .space 256,0 /* Maximum length of 255 chars handled. */
#endif