summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rwxr-xr-xsrc/arch/isa_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/isa_parser.py b/src/arch/isa_parser.py
index ac639b413..4c3902fc9 100755
--- a/src/arch/isa_parser.py
+++ b/src/arch/isa_parser.py
@@ -802,7 +802,7 @@ class VecRegOperand(Operand):
wb = '''
if (traceData) {
- panic("Vectors not supported yet in tracedata");
+ warn_once("Vectors not supported yet in tracedata");
/*traceData->setData(final_val);*/
}
'''