aboutsummaryrefslogtreecommitdiff
path: root/src/m.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-06-06 12:05:23 -0700
committerAndrew Waterman <andrew@sifive.com>2018-06-06 12:05:23 -0700
commit017462d4fb206c6eb6d5fcf8da578727e260318e (patch)
tree0400bb7bb2149c1c19eb0606f262a3e0188acedc /src/m.tex
parent2cc659bb2e0f86ca9e7a3d99100c1bb7fd3affcc (diff)
downloadriscv-isa-manual-017462d4fb206c6eb6d5fcf8da578727e260318e.zip
riscv-isa-manual-017462d4fb206c6eb6d5fcf8da578727e260318e.tar.gz
riscv-isa-manual-017462d4fb206c6eb6d5fcf8da578727e260318e.tar.bz2
fix typo
Diffstat (limited to 'src/m.tex')
-rw-r--r--src/m.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m.tex b/src/m.tex
index 3f536e6..16ab6d9 100644
--- a/src/m.tex
+++ b/src/m.tex
@@ -123,7 +123,7 @@ zero. Unsigned division overflow cannot occur.
\begin{tabular}{|l|c|c||c|c|c|c|}
\hline
Condition & Dividend & Divisor & DIVU[W] & REMU[W] & DIV[W] & REM[W] \\ \hline
-Division by zero & $x$ & 0 & $2^{y}-1$ & $x$ & $-1$ & $x$ \\
+Division by zero & $x$ & 0 & $2^{L}-1$ & $x$ & $-1$ & $x$ \\
Overflow (signed only) & $-2^{L-1}$ & $-1$ & -- & -- & $-2^{L-1}$ & 0 \\
\hline
\end{tabular}