Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/48714 )
Change subject: x86: Stop using fp_enable_check.
......................................................................
x86: Stop using fp_enable_check.
This relies on a checkFpEnableFault function, which x86 does not define.
If this template was actually used with an FP instruction, it would break
the build.
Change-Id: I8f9b9ba2de53f93bb63309d8b002f4602772234e
---
M src/arch/x86/isa/formats/basic.isa
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/arch/x86/isa/formats/basic.isa
b/src/arch/x86/isa/formats/basic.isa
index 32e4087..36e91e6 100644
--- a/src/arch/x86/isa/formats/basic.isa
+++ b/src/arch/x86/isa/formats/basic.isa
@@ -70,7 +70,6 @@
{
Fault fault = NoFault;
- %(fp_enable_check)s;
%(op_decl)s;
%(op_rd)s;
%(code)s;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/48714
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I8f9b9ba2de53f93bb63309d8b002f4602772234e
Gerrit-Change-Number: 48714
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s