Subversion Repositories HelenOS

Rev

Rev 4327 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4327 Rev 4718
Line 121... Line 121...
121
        "nop\n"
121
        "nop\n"
122
    "1:\n"
122
    "1:\n"
123
        "ldx %0, %2\n"
123
        "ldx %0, %2\n"
124
        "brz %2, 0b\n"
124
        "brz %2, 0b\n"
125
        "nop\n"
125
        "nop\n"
126
        "ba %xcc, 1b\n"
126
        "ba %%xcc, 1b\n"
127
        "nop\n"
127
        "nop\n"
128
    "2:\n"
128
    "2:\n"
129
        : "+m" (*((uint64_t *) x)), "+r" (tmp1), "+r" (tmp2) : "r" (0)
129
        : "+m" (*((uint64_t *) x)), "+r" (tmp1), "+r" (tmp2) : "r" (0)
130
    );
130
    );
131
   
131