Eliminate the last fakematching. We are free of nonmatchings/fakematchings!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user