Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 744:ef5f75ae6895

Show
Ignore:
Timestamp:
11/01/08 09:41:57 (2 months ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Fix minitest breakage from the x86-64 patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tests/mini/asm3.d

    r741 r744  
    1313        push fmt; 
    1414            call printf; 
    15             pop AX; 
     15            pop EAX; 
    1616        } 
    1717    } 
  • tests/mini/asm4.d

    r741 r744  
    1919        push fmt; 
    2020            call printf; 
    21             pop AX; 
     21            pop EAX; 
    2222        } 
    2323    } 
Copyright © 2008, LDC Development Team.