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
This commit is contained in:
Ingo Weinhold 2008-11-02 02:58:38 +00:00
parent 79216f18c9
commit 2ef4a8b524

View File

@ -6,11 +6,11 @@
#include <asm_defs.h>
.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