forked from KolibriOS/kolibrios
Fix slashes
git-svn-id: svn://kolibrios.org@1795 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8beb273f45
commit
51ab50866c
@ -16,7 +16,7 @@ use32
|
|||||||
dd 0x20000 ; esp
|
dd 0x20000 ; esp
|
||||||
dd playlist, 0x0
|
dd playlist, 0x0
|
||||||
|
|
||||||
include '..\..\macros.inc'
|
include '../../../macros.inc'
|
||||||
|
|
||||||
START: ; start of execution
|
START: ; start of execution
|
||||||
or [trig_sys],40h
|
or [trig_sys],40h
|
||||||
|
@ -7,7 +7,7 @@ use32
|
|||||||
dd 0x400
|
dd 0x400
|
||||||
dd 0,0
|
dd 0,0
|
||||||
|
|
||||||
include '..\..\macros.inc'
|
include '../../../macros.inc'
|
||||||
|
|
||||||
start:
|
start:
|
||||||
mov eax, 55
|
mov eax, 55
|
||||||
|
Loading…
Reference in New Issue
Block a user