tools: fix the create-exports script on 32-bit
This commit is contained in:
@@ -25,7 +25,7 @@ _sort() {
|
||||
|
||||
call_nm() {
|
||||
nm "$1" |
|
||||
sed -n 's/^................ \(.\) \(.*\)$/\1 \2/p'
|
||||
sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p'
|
||||
}
|
||||
|
||||
get_symbols_nm () {
|
||||
|
Reference in New Issue
Block a user