home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11420 < prev    next >
Encoding:
Text File  |  1992-07-20  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. 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
  3. From: epang@fraser.sfu.ca (Eugene Pang)
  4. Subject: Re: GadtoolsBox copmpiling under SAS 5.1
  5. Message-ID: <epang.711697675@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <hemmer.0191@hemmer.adsp.sub.org>
  9. Date: Tue, 21 Jul 1992 05:47:55 GMT
  10. Lines: 21
  11.  
  12. hemmer@hemmer.adsp.sub.org (Franz Hemmer) writes:
  13. >Well, it works, but the Boopsi.o code gets an enforcer hit :-( I have
  14. >no in-depth explanation of this yet...
  15.  
  16. Glad to see someone actually tried it.  I got overzealous in expanding macros
  17. and changed a pea.l to a move.l!  Here's a patch to Boopsi.a68 which was
  18. posted to alt.sources.amiga a while ago.  I'll post the complete file there
  19. later.
  20.  
  21. --- boopsi.a68    Mon Jul 11 22:53:05 1992
  22. +++ boopsi.a68    Mon Jul 20 22:42:17 1992
  23. @@ -173,7 +173,7 @@
  24.                  pea.l       1                   ; recessed
  25.                  pea.l       GTBB_Recessed
  26.  normal:         move.l      a4,-(sp)
  27. -                move.l      GT_VisualInfo,-(sp)
  28. +                pea.l       GT_VisualInfo
  29.                  move.l      a1,-(sp)            ; save top of stack
  30.                  lea         4(sp),a1            ; get start of tags
  31.                  jsr         _LVODrawBevelBoxA(a6)   ; draw the bevel box
  32.  
  33.