From 2ef4a8b5241d61c39dbde7a35f23816a9d094bbc Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 2 Nov 2008 02:58:38 +0000 Subject: [PATCH] Moved the variable cv_factor from the text to the bss section. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28453 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/os/arch/x86/system_time_asm.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/system/libroot/os/arch/x86/system_time_asm.S b/src/system/libroot/os/arch/x86/system_time_asm.S index c5251c4e5d..5447795b5e 100644 --- a/src/system/libroot/os/arch/x86/system_time_asm.S +++ b/src/system/libroot/os/arch/x86/system_time_asm.S @@ -6,11 +6,11 @@ #include -.text - /* saves the conversion factor needed for system_time */ -cv_factor: - .word 0 +.lcomm cv_factor 4 + + +.text FUNCTION(__x86_setup_system_time): movl 4(%esp),%eax