diff --git a/GCC-2.8.1-Tips-and-Tricks.md b/GCC-2.8.1-Tips-and-Tricks.md index fc54ecf..91a8049 100644 --- a/GCC-2.8.1-Tips-and-Tricks.md +++ b/GCC-2.8.1-Tips-and-Tricks.md @@ -31,14 +31,14 @@ f32 x; x / y ``` -## break -division only generates break if you divide by a variable rather than a constant - This issue lists the constants/shifts: https://github.com/NationalSecurityAgency/ghidra/issues/668 e.g. `MULT_HI(x, 0x51EB851F) >> 5` is `x / 10` +## break +division only generates break if you divide by a variable rather than a constant + # Loops ## Negative struct offsets in loops