Changed include file spec

svn path=/trunk/; revision=100
This commit is contained in:
Rex Jolliff 1998-11-29 19:22:42 +00:00
parent f075faafdf
commit a06ebb79bb
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
;
;
%include 'internal/hal/segment.inc'
%include 'internal/i386/segment.inc'
bits 32
section .text

View file

@ -1,4 +1,4 @@
%include 'internal/hal/segment.inc'
%include 'internal/i386/segment.inc'
BITS 32
segment .text

View file

@ -1,4 +1,4 @@
%include 'internal/hal/segment.inc'
%include 'internal/i386/segment.inc'
%define PREFIX(a) _(a)