Searched hist:9085 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/sparc/
H A Dhandlers.hh9085:5f0321c03a26 Mon Jul 02 08:21:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> gcc: Fix warnings for gcc 4.7 and clang 3.1

This patch fixes two warnings, one related to a narrowing conversion
(int to MachInst), and one due to the cast operator for arguments and
a mismatch in const-ness (const void* and void*).

Completed in 5 milliseconds