diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-09 18:50:48 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-10 22:36:52 +0100 |
| commit | 8e79ceaa7d3995df5a5dcf0ffdbd52ebe4c52163 (patch) | |
| tree | 60424b081f4a3e37e0c87dfa764ea559f1ba0543 /src/as/paging.s | |
| parent | dbbb74c22f42df9175eaea72c1eb12d6deab332c (diff) | |
Indentation
Diffstat (limited to 'src/as/paging.s')
| -rw-r--r-- | src/as/paging.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/as/paging.s b/src/as/paging.s index 2dd52d3..e1cf42a 100644 --- a/src/as/paging.s +++ b/src/as/paging.s @@ -1,4 +1,4 @@ -.globl loadPageDirectory +.global loadPageDirectory loadPageDirectory: push %ebp mov %esp, %ebp @@ -9,7 +9,7 @@ loadPageDirectory: ret .text -.globl enablePaging +.global enablePaging enablePaging: push %ebp mov %esp, %ebp |
