add the other test case for completeness and to avoid regressions in the future

llvm-svn: 55629
This commit is contained in:
Nuno Lopes 2008-09-02 10:10:14 +00:00
parent 7b704a502b
commit dd30e2c677
1 changed files with 2 additions and 1 deletions

View File

@ -64,5 +64,6 @@ struct sym_reg {
char nc_gpreg;
};
int sym_fw1a_scr[] = {
((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0
((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0,
8 * ((int)(&((struct sym_reg *)0)->nc_gpreg))
};