diff options
| author | Zichuan Li <34680029+river-li@users.noreply.github.com> | 2024-07-24 11:00:40 -0400 |
|---|---|---|
| committer | Zichuan Li <34680029+river-li@users.noreply.github.com> | 2024-07-24 11:06:42 -0400 |
| commit | dfca98643532126fa78999192900d37b654e46ff (patch) | |
| tree | 77d65b9451523359d753ceb5ec236b3fa19760ab | |
| parent | 8f4c3e0c6a5ee152f543fe3e2561cf824503e2be (diff) | |
change parameter name to align the function definition
A user reported in public slack that the definition doesn't agree on
endianness
| -rw-r--r-- | arch/armv7/armv7_disasm/armv7.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/armv7/armv7_disasm/armv7.h b/arch/armv7/armv7_disasm/armv7.h index dc26483f..eae0f3de 100644 --- a/arch/armv7/armv7_disasm/armv7.h +++ b/arch/armv7/armv7_disasm/armv7.h @@ -927,7 +927,7 @@ typedef union _ieee754_double { uint32_t instructionValue, Instruction* restrict instruction, uint32_t address, - uint32_t littleEndian); + uint32_t bigEndian); uint32_t armv7_disassemble( Instruction* restrict instruction, |
