util: m5: Makefile.x86: Provide the definition of the m5_dumpreset_stats

This is required to provide the definition of m5_dumpreset_stats
required by the matrix multiply program which will be introduced
in next commit.

See this
http://pages.cs.wisc.edu/~david/courses/cs752/Fall2015/wiki/index.php?n=Main.Homework3
This commit is contained in:
Sanchayan Maity 2017-01-24 00:15:08 +05:30
parent 007b0cf473
commit bd3600ff11
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ CC=gcc
AS=as
LD=ld
CFLAGS=-O2 -DM5OP_ADDR=0xFFFF0000
CFLAGS=-O2
OBJS=m5.o m5op_x86.o
all: m5