Update displaylist.c
This commit is contained in:
parent
f55d334435
commit
e5af45b913
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ main(void)
|
|||
{
|
||||
// unfortunately "sizeof()" doesn't work with void data
|
||||
// (Error: Size of data type is unknown)
|
||||
// so we trick with the adresses at front and behind...
|
||||
// so we trick with the addresses at front and end...
|
||||
|
||||
int returnValue = (((unsigned int)&dlend-(unsigned int)&DisplayList) != 28); // assure only one byte per instruction!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue