mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
063337309e
commit
a4a40080f2
@ -9,7 +9,7 @@ entry:
|
||||
|
||||
; There is a 2x2 variation matrix here:
|
||||
; Atoms use LEA to update the SP. Opcode bitness depends on data model.
|
||||
; Cores use sub/add to update the SP. Opcode titness depends on data model.
|
||||
; Cores use sub/add to update the SP. Opcode bitness depends on data model.
|
||||
|
||||
; CORE_LP64: subq $1608
|
||||
; CORE_ILP32: subl $1608
|
||||
|
Loading…
x
Reference in New Issue
Block a user