aboutsummaryrefslogtreecommitdiff
path: root/cdecl-contents.tex
diff options
context:
space:
mode:
authorCamil Staps2020-04-12 09:24:50 +0200
committerCamil Staps2020-04-12 09:24:50 +0200
commite1d0653f6e6e3c7336be1d88922bad96fe5dd896 (patch)
treead9b98f371cd652677f59e26bef7a79f276980fa /cdecl-contents.tex
parentBuild Windows x86 PDF in CI (diff)
Fix x86 registers: ebp is scratch, not A2HEADmaster
Diffstat (limited to 'cdecl-contents.tex')
-rw-r--r--cdecl-contents.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdecl-contents.tex b/cdecl-contents.tex
index d1b126b..2b6656f 100644
--- a/cdecl-contents.tex
+++ b/cdecl-contents.tex
@@ -5,4 +5,4 @@ Result: & eax &&&&& \\
& d0 &&&&& \\
\hline
Callee-saved: & ebx & ebp & esp & esi & edi & \\
- & d1 & a2 & sp & a3 & a4 &
+ & d1 & scr & sp & a3 & a4 &