----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2294/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10249:73d1e7e4bfff --------------------------- arch: Properly guess OpClass from optional StaticInst flags isa_parser.py guesses the OpClass if none were given based upon the StaticInst flags. The existing code does not take into account optionally set flags. This code hoists the setting of optional flags so OpClass is properly assigned. Diffs ----- src/arch/isa_parser.py a2bb75a474fd Diff: http://reviews.gem5.org/r/2294/diff/ Testing ------- Thanks, Ali Saidi _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
