X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fproto%2Finst.proto;h=ef44dfe43c7ad3bef20cbd0bf296f969fd1e5843;hb=7ff32d7b53b1a699f4383d3c9c5279b6ab894d55;hp=2a5dd9516caffc20f06d5b55b11eea07c2e5d0c0;hpb=979b30ec8b5d589eee4c17209733daaad75962dd;p=gem5.git diff --git a/src/proto/inst.proto b/src/proto/inst.proto index 2a5dd9516..ef44dfe43 100644 --- a/src/proto/inst.proto +++ b/src/proto/inst.proto @@ -101,6 +101,8 @@ message Inst { } optional InstType type = 6; // add, mul, fp add, load, store, simd add, … + + // Deprecated: optional uint32 inst_flags = 7; // execution mode information // If the operation does one or more memory accesses