[PATCH] MC: Support larger COFF string tables

Nico Rieck nico.rieck at gmail.com
Mon Apr 15 04:05:10 PDT 2013



================
Comment at: lib/MC/WinCOFFObjectWriter.cpp:486
@@ +485,3 @@
+  char* Ptr = Buffer + 7;
+  for (int i = 0; i < 6; ++i) {
+    unsigned Rem = Value % 64;
----------------
Anton Korobeynikov wrote:
> Why int? Was this code copied from somewhere else verbatim?
No, just habit, like the braces.


http://llvm-reviews.chandlerc.com/D667



More information about the llvm-commits mailing list