Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / mini-amd64-gsharedvt.h
index 3e3d56c54f2db331337cdc190c81cdb7fc65f9c2..9cb873e567c6802d57789d37fe3a210114e0e3fc 100644 (file)
@@ -1,10 +1,12 @@
-/*
- * mini-exceptions-native-unwinder.c: libcorkscrew-based native unwinder
+/**
+ * \file
+ * libcorkscrew-based native unwinder
  *
  * Authors:
  *   Zoltan Varga <vargaz@gmail.com>
  *   Rodrigo Kumpera <kumpera@gmail.com>
  *   Andi McClure <andi.mcclure@xamarin.com>
+ *   Johan Lorensson <johan.lorensson@xamarin.com>
  *
  * Copyright 2015 Xamarin, Inc (http://www.xamarin.com)
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
@@ -16,6 +18,9 @@ typedef enum {
        GSHAREDVT_ARG_NONE = 0,
        GSHAREDVT_ARG_BYVAL_TO_BYREF,
        GSHAREDVT_ARG_BYREF_TO_BYVAL,
+       GSHAREDVT_ARG_BYREF_TO_BYVAL_U1,
+       GSHAREDVT_ARG_BYREF_TO_BYVAL_U2,
+       GSHAREDVT_ARG_BYREF_TO_BYVAL_U4
 } GSharedVtArgMarshal;
 
 typedef enum {
@@ -52,4 +57,4 @@ static const char* ret_marshal_name[] = {
 #define DEBUG_AMD64_GSHAREDVT_PRINT(...)
 #endif
 
-#endif /* MINI_AMD64_GSHAREDVT_H */
\ No newline at end of file
+#endif /* MINI_AMD64_GSHAREDVT_H */