X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini.h;h=d8e9f9ca547311b597c6fa42f6a1e599a26ec0b4;hb=cb947b7a56c09febb89b02b89599c003874b23f3;hp=25316da324509d1984de2a2657e722de94d32897;hpb=25a554dc6bd0b4e68a8ff5ca2b4980efd593d790;p=mono.git diff --git a/mono/mini/mini.h b/mono/mini/mini.h index 25316da3245..d8e9f9ca547 100644 --- a/mono/mini/mini.h +++ b/mono/mini/mini.h @@ -826,7 +826,7 @@ typedef struct { * in the structure. */ int nslots; - /* Only if storage == LLVMArgAsFpArgs/LLVMArgFpStruct (4/8) */ + /* Only if storage == LLVMArgAsIArgs/LLVMArgAsFpArgs/LLVMArgFpStruct (4/8) */ int esize; /* Parameter index in the LLVM signature */ int pindex;