diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/allocate.s (renamed from snippets/allocate.s) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/allocate.s b/src/lib/allocate.s index ef80957..fdd9bf8 100644 --- a/snippets/allocate.s +++ b/src/lib/allocate.s @@ -18,3 +18,4 @@ allocate: syscall pop %rax # the old end, which is the address of our allocated memory ret + |