patchZ80 assembler - Patches: patch #4483, Fix reference stack problem

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4483: Fix reference stack problem

Submitter:  Bas Wijnen <shevek>
Submitted:  Mon 03 Oct 2005 12:14:29 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  shevek Open/Closed:  Closed

Thu 13 Oct 2005 07:10:43 PM UTC, comment #1: 

Bas, you have my blessing to commit this patch :]

Anonymous
Mon 03 Oct 2005 12:14:29 PM UTC, original submission:  

A reference contained a copy of the stack frame at the time of referring.  This was good when it was written, but since then the purpose of the stack has changed.  Therefore this became a bug, leading to errors on forward-referencing local labels.

This patch fixes that by removing the stack frame from the reference structure and using the stack level instead.

Bas Wijnen <shevek>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8854:  stack-bug.patch added by shevek (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 7 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-14 shevek StatusAccepted Done
    Open/ClosedOpen Closed
2005-10-13 jancasper StatusWorks For Me Accepted
2005-10-13 jancasper StatusNone Works For Me
    Assigned toNone shevek
2005-10-03 shevek Attached File- Added stack-bug.patch, #5274
    Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code