forked from KolibriOS/kolibrios
place debug.inc in /programs
delete all the other debug.inc files correct some programs to use common debug.inc git-svn-id: svn://kolibrios.org@3013 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -15,7 +15,7 @@ org 0x0
|
||||
dd 0x0, 0x0
|
||||
|
||||
include 'macros.inc'
|
||||
include 'debug.inc'
|
||||
include '../../debug.inc'
|
||||
|
||||
START: print 'Please wait'
|
||||
; ÷åðåç áûñòðûé âûçîâ (SYSENTER)
|
||||
@@ -113,4 +113,4 @@ test3: mov ebx, 0x100000
|
||||
mcall -1
|
||||
;---------------------------------------------
|
||||
old_tsc: dd 0, 0
|
||||
I_END:
|
||||
I_END:
|
||||
|
||||
Reference in New Issue
Block a user