From 7b040360c836ffc4febfd60ea1f930522d3e86e9 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 4 Nov 2017 03:45:32 +0000 Subject: [PATCH] Align code --- arch/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/memory.c b/arch/memory.c index 2669c41..11c3059 100644 --- a/arch/memory.c +++ b/arch/memory.c @@ -7,7 +7,7 @@ extern char _memory_offset; extern char _memory_phys_base; extern char _memory_virt_base; -const unsigned int memory_offset = (unsigned int)&_memory_offset; +const unsigned int memory_offset = (unsigned int)&_memory_offset; const unsigned int memory_phys_base = (unsigned int)&_memory_phys_base; const unsigned int memory_virt_base = (unsigned int)&_memory_virt_base;