On Wed, 13 Sep 2000 17:47:50 -0700, [EMAIL PROTECTED] wrote:

>Thanks. This code does look familiar. Just today, a couple of Palm VII-related
>Palm OS engineers directed my attention to a problem in a 3rd party library
>we're using. The code I found looks very similar to the code you posted. I'll
>probably have to modify Poser to recognize the errant function and inhibit error
>messages if it looks like that's the one accessing the unallocated chunk.

Please keep me posted on your findings, whether Poser gets modified to
hide the error or you find something else.

>By the way, are you sure about those memory locations you gave? Since the ROM
>starts at 0x10C00000, the memory locations you give imply a ROM larger than 2
>Meg.  But the palmos35-dr2 ROM you said you're using is less than 2 Meg.

The dump was a cut&paste right from Codewarrior (the first line is
missing the first "1" because Codewarrior would only select text
starting to the right of the first character)

Then again Codewarrior is so buggy it would not surprise me if the
addresses were misleading.

The image says "palmos35-dr2-en-wc-ez.rom"

>
>0DDE018: 10D9            move.b   (a1)+,(a0)+
>10DDE01A: 51C8FFFC        dbra     d0,*-2                  ;
>0x10dde018
>10DDE01E: 4E75            rts
>10DDE020: 206F0004        movea.l  4(a7),a0
>10DDE024: 226F0008        movea.l  8(a7),a1
>10DDE028: 322F000C        move.w   12(a7),d1
>10DDE02C: 4240            clr.w    d0
>10DDE02E: 600E            bra.s    *+16                    ;
>0x10dde03e
>10DDE030: B109            cmpm.b   (a1)+,(a0)+
>10DDE032: 670A            beq.s    *+12                    ;
>0x10dde03e
>10DDE034: 6D04            blt.s    *+6                     ;
>0x10dde03a
>10DDE036: 5280            addq.l   #1,d0
>10DDE038: 4E75            rts


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to