From 8e79ceaa7d3995df5a5dcf0ffdbd52ebe4c52163 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 9 Jan 2022 18:50:48 +0100 Subject: Indentation --- src/as/paging.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/as/paging.s') 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 -- cgit v1.2.3