diff options
author | Robert de Bath <rdebath@poboxes.com> | 1997-10-05 15:05:09 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2013-10-23 23:40:02 +0200 |
commit | 48798bf2eb93ec3b99720ac2e16093441156653d (patch) | |
tree | 35e03d95df5f2677f05e32d70abb6d0583aa47ba /libc/bcc/bcc_i386.c | |
parent | 9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (diff) | |
download | dev86-48798bf2eb93ec3b99720ac2e16093441156653d.tar.gz |
Import Dev86src-0.13.0.tar.gzv0.13.0
Diffstat (limited to 'libc/bcc/bcc_i386.c')
-rw-r--r-- | libc/bcc/bcc_i386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/bcc/bcc_i386.c b/libc/bcc/bcc_i386.c index d994628..fa57513 100644 --- a/libc/bcc/bcc_i386.c +++ b/libc/bcc/bcc_i386.c @@ -1,5 +1,6 @@ /************************************************************************/ /* This file contains the BCC compiler helper functions */ +/* (C) Copyright Bruce Evans */ /* Support for 386 integer arithmetic * __divsi3.o __idiv.o __idivu.o __imod.o __imodu.o __imul.o * __isl.o __isr.o __isru.o |