From 5938374fc2ce5dab6ddfa4ed8f5c112e421f5619 Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Wed, 8 Feb 2012 12:33:23 -0600 Subject: FAPI breakpoint external interface implementation Change-Id: I2d18e87cb8ce250935a129e3567b09e12ce191d8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/699 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/fapi/fapiUtil.H | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/include/usr/hwpf/fapi/fapiUtil.H') diff --git a/src/include/usr/hwpf/fapi/fapiUtil.H b/src/include/usr/hwpf/fapi/fapiUtil.H index 23d34caf5..53d99f108 100644 --- a/src/include/usr/hwpf/fapi/fapiUtil.H +++ b/src/include/usr/hwpf/fapi/fapiUtil.H @@ -174,11 +174,9 @@ fapi::ReturnCode fapiUnloadInitFile(const char * i_file, const char *& io_addr, * This function will suspend the calling istep/procedure. * The procedure can be signaled to resume via a cmd through the * istep dispatcher. - * @param[in] i_target reference to the target - * @param[in] i_info location/info @TODO of the breakpoint + * @param[in] i_info Tag to send when at breakpoint */ - -void fapiBreakPoint(const fapi::Target & i_target, uint64_t i_info); +void fapiBreakPoint( uint32_t i_info); } -- cgit v1.2.1