|
Description
|
zuluvm_offsets has embededed #ifdefs in the structure definitions.
gcc replaces preprocessor directives with blank lines, which causes
genoffsets to think a new structure is being defined. One possible
solution is to move the ifdef outside the entire structure definition,
which is what the suggested fix does.
See suggested fix for more detail.
|