z80asm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Z80asm-devel] [patch #4483] Fix reference stack problem


From: Bas Wijnen
Subject: [Z80asm-devel] [patch #4483] Fix reference stack problem
Date: Mon, 3 Oct 2005 14:14:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4483>

                 Summary: Fix reference stack problem
                 Project: Z80 assembler
            Submitted by: shevek
            Submitted on: Mon 10/03/05 at 14:14
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

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.



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden                           | CCing you as you may not be 
subscribed
to the list yet



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 10/03/05 at 14:14  Name: stack-bug.patch  Size: 2KB   By: shevek

<http://savannah.nongnu.org/patch/download.php?item_id=4483&item_file_id=5274>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4483>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]