From: Steve Reinhardt Date: Mon, 21 Jun 2004 23:26:21 +0000 (-0700) Subject: Record execution faults in DynInst fault field. Previously the X-Git-Tag: m5_1.0_tutorial~289^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c2f38fadee01bd2d6fe9ca2f1c3c3976eef6688;p=gem5.git Record execution faults in DynInst fault field. Previously the DynInst field was being set only on memory faults. If an FP memory op encountered an FP enable fault, then the bogus memory op would still get processed since the pipeline relied on the inst->fault field to tell if the op was bogus. --HG-- extra : convert_revision : 7435d712a464ce71b518425e0580aa22822fb901 ---