[gforth] / gforth / comp-i.fs  

gforth: gforth/comp-i.fs

Diff for /gforth/comp-i.fs between version 1.14 and 1.15

version 1.14, Mon Aug 25 14:17:43 2003 UTC version 1.15, Sat Apr 10 10:05:03 2004 UTC
Line 43 
Line 43 
     if      if
         ." : images have the same base address; producing only a data-relocatable image" cr          ." : images have the same base address; producing only a data-relocatable image" cr
     else      else
         offset abs expected-offset <> abort" images produced by different engines"          \ the following sanity check produces false positices with exec-shield
           \ offset abs expected-offset <> abort" images produced by different engines"
         ."  offset=" offset . cr          ."  offset=" offset . cr
         0 image1 i-field + ! 0 image2 i-field + !          0 image1 i-field + ! 0 image2 i-field + !
     endif      endif


Generate output suitable for use with a patch program
Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help