mirror of
https://github.com/dynup/kpatch
synced 2025-03-23 03:16:31 +00:00
Merge pull request #904 from euspectre/special-vars-ppc-typo
kpatch-build: ppc64le - fix a typo in find_special_section_data_ppc64le
This commit is contained in:
commit
f3ff4043fc
@ -237,7 +237,7 @@ find_special_section_data_ppc64le() {
|
||||
e == 1 && !/DW_AT_byte_size/ { e = 0; next }
|
||||
|
||||
# Now that we know the size, stop parsing for it
|
||||
f == 1 {printf("export FIXUP_STRUCT_SIZE=%d\n", $4); a = 2}
|
||||
f == 1 {printf("export FIXUP_STRUCT_SIZE=%d\n", $4); f = 2}
|
||||
b == 1 {printf("export BUG_STRUCT_SIZE=%d\n", $4); b = 2}
|
||||
e == 1 {printf("export EX_STRUCT_SIZE=%d\n", $4); e = 2}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user