x86: Add limited support for extracting function call arguments
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 30 Sep 2013 07:37:17 +0000 (09:37 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 30 Sep 2013 07:37:17 +0000 (09:37 +0200)
commit3af2d8eab0e5b1ba4e936291b01895cc82fb124e
treeaf4b89fa6548956cabaa9f921e279c06375d9a65
parent30841926a3de0895152df31ce9294233db59be76
x86: Add limited support for extracting function call arguments

Add support for extracting the first 6 64-bit integer argumements to a
function call in X86ISA::getArgument().
src/arch/x86/utility.cc