fw_InitPart overwriting memory #1

Closed
losso wants to merge 1 commits from losso/Hamazing:possible-initpart-fix into main
First-time contributor

Context how I ran into this:

  • Memory direction top to bottom
  • LoadNextPart
  • jsr into a0 resp. fw_LastLoadedPart(a6)
  • Crash when CALLFW InitPart is executed
  • Apparently, the beginning of the part's entry code was zeroed out when returning from InitPart

I think fw_InitPart clears out too many longwords for the part's variables.

Context how I ran into this: - Memory direction top to bottom - LoadNextPart - jsr into a0 resp. fw_LastLoadedPart(a6) - Crash when CALLFW InitPart is executed - Apparently, the beginning of the part's entry code was zeroed out when returning from InitPart I think fw_InitPart clears out too many longwords for the part's variables.
losso added 1 commit 2024-09-15 15:34:48 +02:00
Owner

Thanks for reporting! I didn't know you were also using (trying?) it. Gigabates found (and fixed) the same issue last week, too.

I've decided to push all the updates since last year as a squashed commit, including the fix for InitPart.

Thanks for reporting! I didn't know you were also using (trying?) it. Gigabates found (and fixed) the same issue last week, too. I've decided to push all the updates since last year as a squashed commit, including the fix for InitPart.
chrisly42 closed this pull request 2024-09-15 17:50:35 +02:00

Pull request closed

Sign in to join this conversation.
No description provided.