We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9153a17 commit 8e59558Copy full SHA for 8e59558
MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs
@@ -144,7 +144,7 @@ struct Library_{{AssemblyName}}_{{Name}}{{#newline}}
144
#include ""{{HeaderFileName}}.h""
145
146
{{#each Functions}}
147
-HRESULT {{Declaration}}( CLR_RT_StackFrame& stack )
+HRESULT {{Declaration}}( CLR_RT_StackFrame &stack )
148
{
149
NANOCLR_HEADER();
150
0 commit comments