Fix the QFO_POINTER macro

This commit is contained in:
Bill Currie 2011-02-27 00:31:52 +09:00
parent 9cf63dbbdf
commit 55043310fc
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ enum {
\hideinitializer
*/
#define QFO_POINTER(q, s, t, o) ((t *)&QFO_var (q, s, o))
#define QFO_POINTER(q, s, t, o) ((t *)(char *)&QFO_var (q, s, integer, o))
/** Access a structure variable in the object file. Can be assigned to.