forked from KolibriOS/kolibrios
fixed #PF reporting broken in rev. 1074
git-svn-id: svn://kolibrios.org@1089 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2131cf28e5
commit
6c18c6d3a0
@ -585,7 +585,8 @@ end if
|
|||||||
.core_tabs:
|
.core_tabs:
|
||||||
.fail: ;simply return to caller
|
.fail: ;simply return to caller
|
||||||
mov esp, ebp
|
mov esp, ebp
|
||||||
mov bl, 14 ;#PF
|
push 14 ;#PF
|
||||||
|
pop ebx
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.user_space:
|
.user_space:
|
||||||
|
Loading…
Reference in New Issue
Block a user