Author: ros-arm-bringup Date: Tue Jul 22 04:55:38 2008 New Revision: 34673
URL: http://svn.reactos.org/svn/reactos?rev=34673&view=rev Log: - Add arm subdirectory with stubs for functions that we'll need to implement later.
Added: trunk/reactos/dll/ntdll/main/arm/ trunk/reactos/dll/ntdll/main/arm/stubs_asm.s (with props)
Added: trunk/reactos/dll/ntdll/main/arm/stubs_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/main/arm/stubs_as... ============================================================================== --- trunk/reactos/dll/ntdll/main/arm/stubs_asm.s (added) +++ trunk/reactos/dll/ntdll/main/arm/stubs_asm.s [iso-8859-1] Tue Jul 22 04:55:38 2008 @@ -1,0 +1,18 @@ +#include "../../../../ntoskrnl/include/internal/arm/asmmacro.S" + +// +// Exceptions +// +GENERATE_ARM_STUB LdrInitializeThunk +GENERATE_ARM_STUB RtlGetCallersAddress +GENERATE_ARM_STUB RtlUnwind +GENERATE_ARM_STUB RtlpGetExceptionAddress +GENERATE_ARM_STUB RtlDispatchException +GENERATE_ARM_STUB RtlpGetStackLimits +GENERATE_ARM_STUB DbgUserBreakPoint +GENERATE_ARM_STUB KiFastSystemCall +GENERATE_ARM_STUB KiFastSystemCallRet +GENERATE_ARM_STUB KiIntSystemCall +GENERATE_ARM_STUB KiUserApcDispatcher +GENERATE_ARM_STUB RtlInitializeContext +
Propchange: trunk/reactos/dll/ntdll/main/arm/stubs_asm.s ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: trunk/reactos/dll/ntdll/main/arm/stubs_asm.s ------------------------------------------------------------------------------ svn:mime-type = text/plain