Cleaned up silly comments

This commit is contained in:
Aaron Giles 2008-02-15 07:04:25 +00:00
parent 8715109eb4
commit 85345b2210

View file

@ -940,13 +940,13 @@ static UINT32 bam2DirectAddressDeferredIndexed(void)
static UINT32 am2Immediate(void)
{
// Fuck off LDPR
// ignore LDPR
return am1Immediate();
}
static UINT32 am2ImmediateQuick(void)
{
// fuck off LDPR
// ignore LDPR
return am1ImmediateQuick();
}