diff options
author | nyan <nyan@FreeBSD.org> | 2002-05-14 12:34:03 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2002-05-14 12:34:03 +0000 |
commit | 4e0ba1d0e6f3418e983e80b52552d0cd201048bb (patch) | |
tree | 42b3aee7e5bdb7fc27fc1b6922aecb47b24740f3 /sys/boot/pc98/boot2/start.S | |
parent | 15e2de7839ff141411705eb5c5939ff5bfe8f522 (diff) | |
download | FreeBSD-src-4e0ba1d0e6f3418e983e80b52552d0cd201048bb.zip FreeBSD-src-4e0ba1d0e6f3418e983e80b52552d0cd201048bb.tar.gz |
Fixed to build for GCC 3.1
Diffstat (limited to 'sys/boot/pc98/boot2/start.S')
-rw-r--r-- | sys/boot/pc98/boot2/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/start.S b/sys/boot/pc98/boot2/start.S index b5f11ee..2a9bcbb 100644 --- a/sys/boot/pc98/boot2/start.S +++ b/sys/boot/pc98/boot2/start.S @@ -450,7 +450,7 @@ one: String "1-\0" two: String "2-\0" three: String "3-\0" four: String "4-\0" -#endif DEBUG +#endif /* DEBUG */ #ifdef NAMEBLOCK_WRITEBACK ewrite: String "Write error\r\n\0" #endif /* NAMEBLOCK_WRITEBACK */ |