mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
MacOSX buildfix and warning fix
This commit is contained in:
parent
614eff1931
commit
3492c05771
@ -175,7 +175,7 @@ ud_syn_print_imm(struct ud* u, const struct ud_operand *op)
|
||||
}
|
||||
|
||||
uint64_t
|
||||
ud_syn_rip_target(struct ud *u, struct ud_operand *opr) {
|
||||
ud_syn_rip_target(struct ud *u, const struct ud_operand *opr) {
|
||||
return (u->pc + opr->lval.sdword);
|
||||
}
|
||||
|
||||
|
@ -426,7 +426,7 @@ void blendPixel(const Kernel_3x3& ker,
|
||||
#define h get_h<rotDeg>(ker)
|
||||
#define i get_i<rotDeg>(ker)
|
||||
|
||||
#ifdef _DEBUG
|
||||
#if defined(_DEBUG) && !defined(__APPLE__)
|
||||
if (breakIntoDebugger)
|
||||
__debugbreak(); //__asm int 3;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user