This commit is contained in:
julianb0 2019-06-16 13:52:38 +02:00
parent 88396e0736
commit 3cb7b0e470
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ MEMDEV := 1
MEMDEV_GETMEMOFF := 0
MEMDEV_GETMEMSIZE := 1
DevGetMemOff:
MEM.GetMemOff:
iocall MEMDEV, MEMDEV_GETMEMOFF
ret
DevGetMemSize:
MEM.GetMemSize:
iocall MEMDEV, MEMDEV_GETMEMSIZE
ret