Fix a missing "return" in interp-minstr.cpp for a CGetM with final MW
commit6b9620b4c06fc0e35f73743ef7b449c94635979b
authorJordan DeLong <jdelong@fb.com>
Fri, 18 Jul 2014 23:17:02 +0000 (18 16:17 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Tue, 22 Jul 2014 19:30:22 +0000 (22 12:30 -0700)
tree993c91d404cd96221fd672969f53778ca610013b
parentc6e5ba4cc251f56a4da1690b128897381703e0ab
Fix a missing "return" in interp-minstr.cpp for a CGetM with final MW

Summary: This wasn't being tripped because it never happens, but it crashes
hhbbc at compile time.  An unrelated change to the emitter made it possible for
one of the unit tests to do this.

Reviewed By: mwang, alexanderm

Differential Revision: D1445466
hphp/hhbbc/interp-minstr.cpp