mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Changed include file spec
svn path=/trunk/; revision=100
This commit is contained in:
parent
f075faafdf
commit
a06ebb79bb
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
%include 'internal/hal/segment.inc'
|
%include 'internal/i386/segment.inc'
|
||||||
|
|
||||||
bits 32
|
bits 32
|
||||||
section .text
|
section .text
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%include 'internal/hal/segment.inc'
|
%include 'internal/i386/segment.inc'
|
||||||
|
|
||||||
BITS 32
|
BITS 32
|
||||||
segment .text
|
segment .text
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%include 'internal/hal/segment.inc'
|
%include 'internal/i386/segment.inc'
|
||||||
|
|
||||||
|
|
||||||
%define PREFIX(a) _(a)
|
%define PREFIX(a) _(a)
|
||||||
|
|
Loading…
Reference in a new issue