mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-09 14:36:43 +00:00
e93f00c3df
Former-commit-id: cc8b83545788a2f0260476c9d70cf1a8171e8c6f
16 lines
328 B
ArmAsm
16 lines
328 B
ArmAsm
FILE_LICENCE ( GPL2_OR_LATER )
|
|
|
|
.arch i386
|
|
|
|
/****************************************************************************
|
|
* Internal stack
|
|
****************************************************************************
|
|
*/
|
|
.section ".stack", "aw", @nobits
|
|
.align 8
|
|
.globl _stack
|
|
_stack:
|
|
.space 4096
|
|
.globl _estack
|
|
_estack:
|