Lioncash d7a3ce26de CodeViewWidget: Get rid of magic values in OnInsertBLR() and OnInsertNOP()
A call like ReplaceAddress(address, 0) is pretty ambiguous; so is
ReplaceAddress(address, false), so use an enum class that tells people
straight-up what the replacer is.

This also gets rid of the really weird naming, where if 'blr' is true,
we'd be replacing the address with a NOP, rather than an actual BLR
instruction, so we invert that so it actually makes sense. There's no
actual bug fixed here though, considering the OnInsert functions
specified the correct values; it's literally just weird naming.
2018-05-13 18:33:51 -04:00
..
2018-05-05 02:29:16 +02:00
2018-04-19 10:42:24 +02:00
2017-09-02 23:51:59 +02:00
2017-11-19 22:06:32 +01:00
2018-05-12 03:56:10 +02:00
2018-05-06 04:51:13 +02:00
2018-04-29 13:52:27 +02:00
2017-09-02 23:51:59 +02:00
2018-03-31 16:21:17 +02:00
2018-03-31 16:21:17 +02:00
2018-04-20 22:44:49 +02:00
2018-04-17 14:10:05 +01:00
2017-09-14 17:15:21 -07:00
2018-03-23 10:42:40 +01:00