X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini-amd64-gsharedvt.h;h=9cb873e567c6802d57789d37fe3a210114e0e3fc;hb=HEAD;hp=3e3d56c54f2db331337cdc190c81cdb7fc65f9c2;hpb=0db5f5ad0edd151e472c0742e978234d9bc6fa1c;p=mono.git diff --git a/mono/mini/mini-amd64-gsharedvt.h b/mono/mini/mini-amd64-gsharedvt.h index 3e3d56c54f2..9cb873e567c 100644 --- a/mono/mini/mini-amd64-gsharedvt.h +++ b/mono/mini/mini-amd64-gsharedvt.h @@ -1,10 +1,12 @@ -/* - * mini-exceptions-native-unwinder.c: libcorkscrew-based native unwinder +/** + * \file + * libcorkscrew-based native unwinder * * Authors: * Zoltan Varga * Rodrigo Kumpera * Andi McClure + * Johan Lorensson * * 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 */