Skip to content

Commit

Permalink
Add missing EntryPoint type to string lookup
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 375071295
Change-Id: I742b722f18200783c1dc4719cecb67c497c0ca18
  • Loading branch information
rmngoog authored and copybara-github committed May 21, 2021
1 parent 223a55b commit 934d1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entry_point.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ std::string EntryPoint::SourceToString() {
return "PE64_EXCEPTION_INFO";
case Source::MSIL_EXCEPTION_RECORD:
return "MSIL_EXCEPTION_RECORD";
case Source::GOLANG_TYPE_INFO:
return "GOLANG_TYPE_INFO";
default:
CHECK(false);
return ""; // Not reached
Expand Down

0 comments on commit 934d1a1

Please sign in to comment.