Changeset 5009


Ignore:
Timestamp:
Aug 22, 2006, 1:04:29 AM (18 years ago)
Author:
Gary Byers
Message:

Fix a typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-macros.s

    r4982 r5009  
    1414
    1515
    16 /* Try to make macros follow GAS/ATT conventions, were source precedes  */
     16/* Try to make macros follow GAS/ATT conventions, where source precedes  */
    1717/* destination.  */
    1818
     
    285285       
    286286define([tra],[
    287         .p2align 3
     287        .p2align 3
    288288        ifelse($2,[],[
    289289        .long 0
     
    472472
    473473define([save_tcr_linear],[
    474         movq %rcontxt:tcr.linear,$1
     474        movq %rcontext:tcr.linear,$1
    475475])
    476476       
Note: See TracChangeset for help on using the changeset viewer.