mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Put the assembler functions into the .text section.
svn path=/trunk/; revision=15557
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
||||
/*
|
||||
* Do not declare any variable after this point!!
|
||||
*/
|
||||
__asm__("\n\t.text\n\t");
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#define LOCK "lock ; "
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user