mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Correct an assertion after ARM system call changes in 34366
svn path=/trunk/; revision=36880
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user