diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-11 06:17:13 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-11 06:17:13 +0200 |
commit | 17d932eca9cb6b5ec1acbb4d27d782b72cdbf806 (patch) | |
tree | 07df1badf111327b94d0466b823f9734327b9e87 /sys/src/9/pc/trap.c | |
parent | a9155014c064a6a58568d355194acf416ca8efe2 (diff) |
pc, pc64: add simd error exception name in trap.c
Diffstat (limited to 'sys/src/9/pc/trap.c')
-rw-r--r-- | sys/src/9/pc/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/trap.c b/sys/src/9/pc/trap.c index fbc6aef2c..c25ab3e49 100644 --- a/sys/src/9/pc/trap.c +++ b/sys/src/9/pc/trap.c @@ -258,7 +258,7 @@ static char* excname[32] = { "coprocessor error", "alignment check", "machine check", - "19 (reserved)", + "simd error", "20 (reserved)", "21 (reserved)", "22 (reserved)", |