357,370c357
< Fault fault = NoFault;
<
< %(fp_enable_check)s;
< %(op_dest_decl)s;
<
< if (fault == NoFault) {
< %(postacc_code)s;
< }
<
< if (fault == NoFault) {
< %(op_wb)s;
< }
<
< return fault;
---
> return NoFault;