Eliminate the last fakematching. We are free of nonmatchings/fakematchings!

This commit is contained in:
ProjectRevoTPP
2021-04-20 21:31:39 -04:00
parent 21f05a3c01
commit 57948b86a8
2 changed files with 12 additions and 20 deletions
-3
View File
@@ -1758,9 +1758,6 @@ static void rfu_constructSendLLFrame(void)
{
u8 *maxSize = llf_p - offsetof(struct RfuFixed, LLFBuffer[1]);
// Does the volatile qualifier make sense?
// It's the same as:
// asm("":::"memory");
pakcketSize = maxSize - *(u8 *volatile *)&gRfuFixed;
}
}