home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!tulane!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ubc-cs!newsserver.sfu.ca!sfu.ca!epang
- From: epang@fraser.sfu.ca (Eugene Pang)
- Subject: Re: GadtoolsBox copmpiling under SAS 5.1
- Message-ID: <epang.711697675@sfu.ca>
- Sender: news@sfu.ca
- Organization: Simon Fraser University, Burnaby, B.C., Canada
- References: <hemmer.0191@hemmer.adsp.sub.org>
- Date: Tue, 21 Jul 1992 05:47:55 GMT
- Lines: 21
-
- hemmer@hemmer.adsp.sub.org (Franz Hemmer) writes:
- >Well, it works, but the Boopsi.o code gets an enforcer hit :-( I have
- >no in-depth explanation of this yet...
-
- Glad to see someone actually tried it. I got overzealous in expanding macros
- and changed a pea.l to a move.l! Here's a patch to Boopsi.a68 which was
- posted to alt.sources.amiga a while ago. I'll post the complete file there
- later.
-
- --- boopsi.a68 Mon Jul 11 22:53:05 1992
- +++ boopsi.a68 Mon Jul 20 22:42:17 1992
- @@ -173,7 +173,7 @@
- pea.l 1 ; recessed
- pea.l GTBB_Recessed
- normal: move.l a4,-(sp)
- - move.l GT_VisualInfo,-(sp)
- + pea.l GT_VisualInfo
- move.l a1,-(sp) ; save top of stack
- lea 4(sp),a1 ; get start of tags
- jsr _LVODrawBevelBoxA(a6) ; draw the bevel box
-
-