ref: 2944ebad62186a50bdab83488755287d9596b283
parent: e625989736fb218b9e5b3792b130d84db4ae4f8d
author: Ori Bernstein <[email protected]>
date: Thu Jun 20 07:42:25 EDT 2013
Fix register names. Typos.
--- a/6/ra.c
+++ b/6/ra.c
@@ -73,8 +73,8 @@
[Rcl] = 1, [Rcx] = 1, [Recx] = 1, [Rrcx] = 1,
[Rdl] = 2, [Rdx] = 2, [Redx] = 2, [Rrdx] = 2,
[Rbl] = 3, [Rbx] = 3, [Rebx] = 3, [Rrbx] = 3,
- [Rsil] = 4, [Rsix] = 4, [Resi] = 4, [Rrsi] = 4,
- [Rdil] = 5, [Rdix] = 5, [Redi] = 5, [Rrdi] = 5,
+ [Rsil] = 4, [Rsi] = 4, [Resi] = 4, [Rrsi] = 4,
+ [Rdil] = 5, [Rdi] = 5, [Redi] = 5, [Rrdi] = 5,
[Rr8b] = 6, [Rr8w] = 6, [Rr8d] = 6, [Rr8] = 6,
[Rr9b] = 7, [Rr9w] = 7, [Rr9d] = 7, [Rr9] = 7,
[Rr10b] = 8, [Rr10w] = 8, [Rr10d] = 8, [Rr10] = 8,