aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libdce.c')
-rw-r--r--libdce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdce.c b/libdce.c
index 6808f00..4e18039 100644
--- a/libdce.c
+++ b/libdce.c
@@ -144,7 +144,7 @@ static inline void Fill_MmRpc_fxnCtx_Xlt_Array(MmRpc_Xlt *mmrpc_xlt, int index,
144 /* offset : calculated from address of index */ 144 /* offset : calculated from address of index */
145 mmrpc_xlt->index = index; 145 mmrpc_xlt->index = index;
146 mmrpc_xlt->offset = MmRpc_OFFSET(base, addr); 146 mmrpc_xlt->offset = MmRpc_OFFSET(base, addr);
147 mmrpc_xlt->base = (size_t)addr; 147 mmrpc_xlt->base = *(size_t *)addr; //*((void *)addr);
148 mmrpc_xlt->handle = (size_t)handle; 148 mmrpc_xlt->handle = (size_t)handle;
149} 149}
150 150