diff options
Diffstat (limited to 'src/errno/nt64')
-rw-r--r-- | src/errno/nt64/___errno_location.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/nt64/___errno_location.s b/src/errno/nt64/___errno_location.s new file mode 100644 index 0000000..39da447 --- /dev/null +++ b/src/errno/nt64/___errno_location.s @@ -0,0 +1,8 @@ +.text + +.global ___errno_location + +.def ___errno_location; .scl 2; .type 32; .endef + +___errno_location: + jmp __errno_location |