x86: change divide-by-zero fault to divide-error
authorNilay Vaish <nilay@cs.wisc.edu>
Thu, 30 Apr 2015 03:35:22 +0000 (22:35 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Thu, 30 Apr 2015 03:35:22 +0000 (22:35 -0500)
commitee06fed656d404c19c68c838df1dc8dbba37ec80
tree4bca05681a3e4939994200c6974afea72370bc8f
parent179787f31faf12f7f4a31506db40236e82873675
x86: change divide-by-zero fault to divide-error
Same exception is raised whether division with zero is performed or the
quotient is greater than the maximum value that the provided space can hold.
Divide-by-Zero is the AMD terminology, while Divide-Error is Intel's.
src/arch/x86/faults.hh
src/arch/x86/isa/microops/regop.isa