diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-07 19:17:55 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-07 19:17:55 +0200 |
commit | 5458506881d9ff73287df354d3be75b35d339f24 (patch) | |
tree | 063f47920356775837a86ba18c58836e66a37aca /sys/src/9/pc64 | |
parent | e2a6e622c715eac26cdbfba42ba4f3c2af5b8ac9 (diff) |
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/l.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc64/l.s b/sys/src/9/pc64/l.s index 6736ec42b..45b0f3662 100644 --- a/sys/src/9/pc64/l.s +++ b/sys/src/9/pc64/l.s @@ -520,6 +520,7 @@ TEXT islo(SB), 1, $-4 * Synchronisation */ TEXT tas(SB), 1, $-4 +TEXT _tas(SB), 1, $-4 MOVL $0xdeaddead, AX XCHGL AX, (RARG) /* */ RET |