Skip to content

Commit 934d1a1

Browse files
rmngoogcopybara-github
authored andcommitted
Add missing EntryPoint type to string lookup
PiperOrigin-RevId: 375071295 Change-Id: I742b722f18200783c1dc4719cecb67c497c0ca18
1 parent 223a55b commit 934d1a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entry_point.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ std::string EntryPoint::SourceToString() {
6363
return "PE64_EXCEPTION_INFO";
6464
case Source::MSIL_EXCEPTION_RECORD:
6565
return "MSIL_EXCEPTION_RECORD";
66+
case Source::GOLANG_TYPE_INFO:
67+
return "GOLANG_TYPE_INFO";
6668
default:
6769
CHECK(false);
6870
return ""; // Not reached

0 commit comments

Comments
 (0)