Skip to content

Commit

Permalink
Fix asm-offsets generation
Browse files Browse the repository at this point in the history
There is a difference between the asm-offsets.s generated by clang and GCC:

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
shenki authored and stewartsmith committed May 4, 2018
1 parent 9dfebfc commit 1a79069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_offsets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cat <<EOF
#define ASM_OFFSETS_H
/* Derived from $1 by make_offsets.sh */
`grep '^#define' $1`
`grep '#define' $1`
#endif /* ASM_OFFSETS_H */
EOF

0 comments on commit 1a79069

Please sign in to comment.