History log of /gem5/src/arch/sparc/handlers.hh
Revision Date Author Comments
# 9085:5f0321c03a26 02-Jul-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*).


# 7741:340b6f01d69b 11-Nov-2010 Gabe Black <gblack@eecs.umich.edu>

SPARC: Clean up some historical style issues.


# 4989:3e9d532cf998 13-Aug-2007 Gabe Black <gblack@eecs.umich.edu>

SPARC: Make the spill and fill handlers use the correct ASI, and let No_Fault ASI accesses work.


# 4114:6f845b792a1b 02-Mar-2007 Gabe Black <gblack@eecs.umich.edu>

Forgot to commit this new file last earlier.