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:
@@ -6,11 +6,11 @@
|
|||||||
#include <asm_defs.h>
|
#include <asm_defs.h>
|
||||||
|
|
||||||
|
|
||||||
.text
|
|
||||||
|
|
||||||
/* saves the conversion factor needed for system_time */
|
/* saves the conversion factor needed for system_time */
|
||||||
cv_factor:
|
.lcomm cv_factor 4
|
||||||
.word 0
|
|
||||||
|
|
||||||
|
.text
|
||||||
|
|
||||||
FUNCTION(__x86_setup_system_time):
|
FUNCTION(__x86_setup_system_time):
|
||||||
movl 4(%esp),%eax
|
movl 4(%esp),%eax
|
||||||
|
|||||||
Reference in New Issue
Block a user