git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11378 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
282bc3a8f0
commit
837c6f9717
|
@ -72,10 +72,8 @@
|
||||||
.set MSG_OK, 0
|
.set MSG_OK, 0
|
||||||
.set MSG_TIMEOUT, -1
|
.set MSG_TIMEOUT, -1
|
||||||
.set MSG_RESET, -2
|
.set MSG_RESET, -2
|
||||||
.section .data
|
|
||||||
.balign 4
|
|
||||||
_ns_thread: .zero 4
|
|
||||||
|
|
||||||
|
.global _ns_thread
|
||||||
.section .text
|
.section .text
|
||||||
.code 32
|
.code 32
|
||||||
.balign 4
|
.balign 4
|
||||||
|
|
Loading…
Reference in New Issue