Fix duplicated line
This commit is contained in:
parent
2cb812b058
commit
ad2ff8d387
1 changed files with 0 additions and 3 deletions
|
@ -22,7 +22,6 @@
|
|||
\newcommand{\FDE}{\operatorname{FDE}}
|
||||
\newcommand{\dwrow}{\operatorname{Row}}
|
||||
\newcommand{\spexpr}{\mathbb{E}}
|
||||
\newcommand{\dwexpr}{\bar{\mathbb{E}}}
|
||||
\newcommand{\regs}{\mathbb{R}}
|
||||
\newcommand{\values}{\mathbb{V}}
|
||||
|
||||
|
@ -107,8 +106,6 @@ formats to handle various operands formatting, to optimize space).
|
|||
& \text{A DWARF row} \\
|
||||
\spexpr &:= \regs \times \mathbb{Z}
|
||||
& \text{A ``simple'' expression $\reg{reg} + offset$} \\
|
||||
\spexpr &:= \regs \times \mathbb{Z}
|
||||
& \text{A ``simple'' expression $\reg{reg} + offset$} \\
|
||||
\regs &:= \left\{0, 1, \ldots, \operatorname{NB\_REGS - 1} \right\}
|
||||
& \text{Machine registers} \\
|
||||
\values &:= \{\bot\} \cup \valaddr{\spexpr} \cup \valval{\spexpr}
|
||||
|
|
Loading…
Reference in a new issue