[msvc] Update csproj files (#4284)
[mono.git] / tools / sgen / sgen-grep-binprot-main.c
index 2b74ceda11315275b0adcc8e01a1a993386e925b..bcfbb54f54ae7223a82468a77f75675ac39c0051 100644 (file)
 #include "sgen-entry-stream.h"
 #include "sgen-grep-binprot.h"
 
+/* FIXME Add grepers for specific endianness */
 GrepEntriesFunction grepers [] = {
-       sgen_binary_protocol_grep_entriesp,
-       sgen_binary_protocol_grep_entries
+       sgen_binary_protocol_grep_entries32p, /* We have header, structures are packed, 32 bit word */
+       sgen_binary_protocol_grep_entries64p, /* We have header, structures are packed, 64 bit word */
+       sgen_binary_protocol_grep_entries /* No header, uses default word size and structure layout */
 };
 
 int