Re: Help with integer division overflow issue
Jason Thorpe <[email protected]> Fri, 12 Jan 2024 11:40:08 -0800
| Newsgroups | gmane.os.netbsd.ports.m68k |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 12, 2024, at 9:33 AM, Izumi Tsutsui <[email protected]> wrote: > > @moveccr said V was cleared by movel following divsl and > the upper bit is a garbage of the previous result in %d0: Ah, you must have used different (or none) -O option to GCC (I used -Os). That would explain it :-) -- thorpej