mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ARMDDK]
- We don't really need ExiTryToAcquireFastMutex declaration here. [HAL] - Fix export for ExTryToAcquireFastMutex. On x86 builds it should forward to ntoskrnl's ExiTryToAcquireFastMutex, arm has it's own implementation. Patch by Timo. svn path=/branches/header-work/; revision=47204
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
||||
@ fastcall -arch=i386 ExAcquireFastMutex(ptr) ExiAcquireFastMutex
|
||||
@ fastcall -arch=i386 ExReleaseFastMutex(ptr) ExiReleaseFastMutex
|
||||
#endif
|
||||
@ fastcall -arch=i386,arm ExTryToAcquireFastMutex(ptr) ExiTryToAcquireFastMutex
|
||||
@ fastcall -arch=i386 ExTryToAcquireFastMutex(ptr) ntoskrnl.ExiTryToAcquireFastMutex
|
||||
@ fastcall -arch=arm ExTryToAcquireFastMutex(ptr)
|
||||
@ fastcall HalClearSoftwareInterrupt(long)
|
||||
@ fastcall HalRequestSoftwareInterrupt(long)
|
||||
@ fastcall HalSystemVectorDispatchEntry(long long long)
|
||||
|
||||
Reference in New Issue
Block a user