+2011-12-16 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/commands/i386/pc/drivemap.c (int13slot): Replace
+ UINT_TO_PTR with cast.
+
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* util/import_gcry.py: Skip _gcry_rmd160_mixblock and serpent_test. We
GRUB_MOD_LICENSE ("GPLv3+");
/* Real mode IVT slot (seg:off far pointer) for interrupt 0x13. */
-static grub_uint32_t *const int13slot = UINT_TO_PTR (4 * 0x13);
+static grub_uint32_t *const int13slot = (grub_uint32_t *) (4 * 0x13);
/* Remember to update enum opt_idxs accordingly. */
static const struct grub_arg_option options[] = {