mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 00:29:47 +00:00
More linux compatibility
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
e43801ae4b
commit
a134d935db
@ -254,8 +254,6 @@ namespace EightBit {
|
||||
}
|
||||
|
||||
register16_t& RP(int rp) {
|
||||
__assume(rp < 4);
|
||||
__assume(rp >= 0);
|
||||
switch (rp) {
|
||||
case 3:
|
||||
return SP();
|
||||
@ -276,8 +274,6 @@ namespace EightBit {
|
||||
}
|
||||
|
||||
register16_t& RP2(int rp) {
|
||||
__assume(rp < 4);
|
||||
__assume(rp >= 0);
|
||||
switch (rp) {
|
||||
case 3:
|
||||
return AF();
|
||||
|
Loading…
Reference in New Issue
Block a user