all: linux/arm64 port
Really trivial port. Change-Id: Ib2e3ad48df555ca4bd9339ddf79a832be895bd95 Reviewed-on: https://plan9port-review.googlesource.com/1030 Reviewed-by: Russ Cox <rsc@google.com>
This commit is contained in:
parent
7a6f3d9d6d
commit
3f1c876e14
4 changed files with 17 additions and 0 deletions
8
src/lib9/getcallerpc-arm64.c
Normal file
8
src/lib9/getcallerpc-arm64.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <lib9.h>
|
||||
|
||||
ulong
|
||||
getcallerpc(void *x)
|
||||
{
|
||||
return ((ulong*)x)[-2];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue