Mail Archives: djgpp-workers/1998/08/05/11:04:32
I found two minor typos yesterday:
--- src/libc/crt0/crt0.old Sun Jul 12 23:09:10 1998
+++ src/libc/crt0/crt0.s Tue Aug 4 13:30:38 1998
@@ -139,3 +139,3 @@
movw %cs, %bx
- movw $0x0008, %ax /* reset DS limit to -1 */
+ movw $0x0008, %ax /* reset CS limit to -1 */
int $0x31
--- src/stub/stub.old Fri Mar 6 21:41:34 1998
+++ src/stub/stub.asm Tue Aug 4 15:21:10 1998
@@ -52,3 +52,3 @@
.copyright "remains present and unmodified. "
- .copyright "This only applies to the stub, and not neccessarily the whole program.\n"
+ .copyright "This only applies to the stub, and not necessarily the whole program.\n"
.id
Hope this helps.
--
Groeten, Michel. http://www.cs.vu.nl/~mdruiter
____________
\ /====\ / "You know, Beavis, you need things that suck,
\/ \/ to have things that are cool", Butt-Head.
- Raw text -