Skip to content

Commit

Permalink
Add _HShift for OWC huge pointer support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Nov 18, 2024
1 parent 8d25a01 commit 476f30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/watcom/syscall/crt0.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ char **__argv;
char *__program_filename;
char **environ;
unsigned int __stacklow;
unsigned char _HShift = 12; /* huge pointer support required by pia.asm */

static unsigned int _SP(void);
#pragma aux _SP = __value [__sp]
Expand Down

0 comments on commit 476f30b

Please sign in to comment.