Skip to content

Commit

Permalink
Inc build number
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Apr 20, 2020
1 parent 849f8e7 commit 1912dba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1462
1463
15 changes: 4 additions & 11 deletions src/libtriton/includes/triton/arm32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,10 @@ REG_SPEC(R11, r11, triton::bitsize::dword-1, 0, R11, TT_MUTABLE_REG) // r11
REG_SPEC(R12, r12, triton::bitsize::dword-1, 0, R12, TT_MUTABLE_REG) // r12
// Three 32-bit registers with special uses, SP, LR, and PC, that can be described as R13 to R15.
// Stack pointer register
REG_SPEC(SP, sp, triton::bitsize::dword-1, 0, SP, TT_MUTABLE_REG) // SP

// Link register
REG_SPEC(R14, r14, triton::bitsize::dword-1, 0, R14, TT_MUTABLE_REG) // LR (r14)

// Program counter register
REG_SPEC(PC, pc, triton::bitsize::dword-1, 0, PC, TT_MUTABLE_REG) // PC

// Flag register
REG_SPEC(APSR, apsr, 31, 0, APSR, TT_MUTABLE_REG) // APSR
REG_SPEC(SP, sp, triton::bitsize::dword-1, 0, SP, TT_MUTABLE_REG) // SP
REG_SPEC(R14, r14, triton::bitsize::dword-1, 0, R14, TT_MUTABLE_REG) // LR (r14)
REG_SPEC(PC, pc, triton::bitsize::dword-1, 0, PC, TT_MUTABLE_REG) // PC
REG_SPEC(APSR, apsr, triton::bitsize::dword-1, 0, APSR, TT_MUTABLE_REG) // APSR

// Unique flag registers
REG_SPEC_NO_CAPSTONE(C, c, 0, 0, C, TT_MUTABLE_REG) // C (Carry)
Expand Down

0 comments on commit 1912dba

Please sign in to comment.