util: Update jni_gem5Op.c so it will compile again.
authorGabe Black <gabeblack@google.com>
Tue, 24 Mar 2020 07:59:03 +0000 (00:59 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 1 Apr 2020 11:58:06 +0000 (11:58 +0000)
commit0d0979ba170fdbf6092d6e9503693f51487ed870
treebe12205af7003d64c72cc8e369fa0144a06c55af
parent031d261fe1d8d7ecb6d2946a1f719ce9f3d58448
util: Update jni_gem5Op.c so it will compile again.

The header for the m5op entry points had moved. Also the names of the
entry points had been normalized to have a consistent structure. Neither
of those changes were ported to this file, making it no longer compile.

Change-Id: I890c0486bd19fe2692cce92983290e854dc87afa
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27211
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
util/m5/src/jni_gem5Op.c