Changes in / [ce7bdc4:4fa8f1a]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/references.cfa

    rce7bdc4 r4fa8f1a  
    124124                int *p = &a;
    125125                asm (
    126                         "incl %[p]\n\t" :
    127                         : [p] "m" (*p)
     126                        "incl %[p]\n\t"
     127                        : [p] "+m" (*p)
    128128                );
    129129                printf("%d\n", a);
Note: See TracChangeset for help on using the changeset viewer.