diff options
| author | mithe24 <mithe24@student.sdu.dk> | 2025-10-26 15:38:43 +0100 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-10-29 13:49:57 +0100 |
| commit | 2e39f481369d708cf2c723136c3bf4c765d6c994 (patch) | |
| tree | 0e5d7b8588ad8d31875725cfabbc17d876037038 /src/array_maker.s | |
| parent | 88d4c92a5a757ed4ee88373e9ae53bfe27041e7f (diff) | |
| download | sorter-2e39f481369d708cf2c723136c3bf4c765d6c994.tar.gz sorter-2e39f481369d708cf2c723136c3bf4c765d6c994.zip | |
fix(printing & int2str): Better printing and int to string func
Diffstat (limited to 'src/array_maker.s')
| -rw-r--r-- | src/array_maker.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array_maker.s b/src/array_maker.s index 7586d84..b0809ca 100644 --- a/src/array_maker.s +++ b/src/array_maker.s @@ -127,7 +127,7 @@ end: # -------------------------------------------- .globl create_file_buffer .type create_file_buffer, @function - create_file_buffer: +create_file_buffer: # save push %r15 push %r14 |