GMon & macros.inc small fix

git-svn-id: svn://kolibrios.org@510 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Iliya Mihailov (Ghost)
2007-05-18 16:18:24 +00:00
parent 63d41caa25
commit d2b6b389e4
2 changed files with 3 additions and 2 deletions

View File

@@ -269,7 +269,8 @@ macro mcall a,b,c,d,e,f { ; mike.dld, updated by Ghost for Fast System Calls
syscall
pop ecx
else
display 'ERROR : unknown CPU type'
display 'ERROR : unknown CPU type (set to p5)', 10, 13
__CPU_type equ p5
int 0x40
end if
end if