ppcmacros: Add missing space.

This commit is contained in:
joevt 2024-11-28 02:35:04 -08:00 committed by dingusdev
parent 00f38133e9
commit 820da037da

View File

@ -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) \