mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 12:45:21 +02:00
Fix some x64 type warnings.
This commit is contained in:
@@ -146,7 +146,7 @@ void CBreakPoints::InvalidateJit()
|
||||
|
||||
int CBreakPoints::GetNumBreakpoints()
|
||||
{
|
||||
return m_iBreakPoints.size();
|
||||
return (int)m_iBreakPoints.size();
|
||||
}
|
||||
|
||||
int CBreakPoints::GetBreakpointAddress(int i)
|
||||
|
||||
Reference in New Issue
Block a user