diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-13 09:47:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:47:07 -0800 |
commit | 930b00154136593db87fd99b6ff0a1656e9b69de (patch) | |
tree | 88ef00b4e0de234f9fffb892a690785f70b301b6 /src/binary-reader-objdump.cc | |
parent | b8907a5a65e916c9c3f18baa9e8a0362afd19347 (diff) | |
download | wabt-930b00154136593db87fd99b6ff0a1656e9b69de.tar.gz wabt-930b00154136593db87fd99b6ff0a1656e9b69de.tar.bz2 wabt-930b00154136593db87fd99b6ff0a1656e9b69de.zip |
Fix param naming for `OnFuncRefExpr` (See #1768). NFC (#1786)
In #1768, I renamed the parameter to `OnFuncRefExpr` without realizing
that there are two distinct methods in the codebase with this name. On
is the `BinaryReader` callback which takes a function index and one is
the `TypeChecker` callback which takes a function *type* (a type index).
Diffstat (limited to 'src/binary-reader-objdump.cc')
0 files changed, 0 insertions, 0 deletions