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:
parent
79216f18c9
commit
2ef4a8b524
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user