mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
ir_emitter: Remove unused ResultAndCarryAndOverflow structure
This commit is contained in:
parent
b6bb94872a
commit
8b41755db0
@ -40,13 +40,6 @@ struct ResultAndOverflow {
|
|||||||
U1 overflow;
|
U1 overflow;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
struct ResultAndCarryAndOverflow {
|
|
||||||
T result;
|
|
||||||
U1 carry;
|
|
||||||
U1 overflow;
|
|
||||||
};
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct ResultAndGE {
|
struct ResultAndGE {
|
||||||
T result;
|
T result;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user