mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
ppcmacros: Add missing space.
This commit is contained in:
parent
00f38133e9
commit
820da037da
@ -153,7 +153,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#define GET_FPR(reg) \
|
||||
ppc_state.fpr[(reg)].dbl64_r
|
||||
|
||||
#define FPR_INT(reg)\
|
||||
#define FPR_INT(reg) \
|
||||
ppc_state.fpr[reg].int64_r
|
||||
|
||||
#define ppc_grab_regsfpdiab(opcode) \
|
||||
|
Loading…
Reference in New Issue
Block a user