- Correct an assertion after ARM system call changes in 34366

svn path=/trunk/; revision=36880
This commit is contained in:
Stefan Ginsberg 2008-10-21 21:02:16 +00:00
parent d380bdc8d5
commit 154df420fc

View file

@ -148,7 +148,7 @@ KiSystemService(IN PKTHREAD Thread,
// Check how many arguments this system call takes
//
ArgumentCount = DescriptorTable->Number[Number] / 4;
ASSERT(ArgumentCount <= 20);
ASSERT(ArgumentCount <= 17);
//
// Copy the register-arguments first