This commit is contained in:
Luqman Aden 2013-03-28 16:34:10 -07:00
parent 63df1e9085
commit a3996c1626

View File

@ -122,7 +122,7 @@ pub fn trans_inline_asm(bcx: block, ia: &ast::inline_asm) -> block {
}
};
// Again, based on how many outputs we have
// Again, based on how many outputs we have
if numOutputs == 1 {
let op = PointerCast(bcx, aoutputs[0], T_ptr(val_ty(outputs[0])));
Store(bcx, r, op);