]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/sdo/ipc/family/c6a8149/InterruptHost.c
BIOS: Enable xdc__strict and fix issues
[ipc/ipcdev.git] / packages / ti / sdo / ipc / family / c6a8149 / InterruptHost.c
index b27afafbc8796203ce0d28430fc689b5fe9d0908..61a5d33c88710cc122946a727e6bb8e92a1c0557 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2014, Texas Instruments Incorporated
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -262,7 +262,7 @@ Void InterruptHost_intUnregister(UInt16 remoteProcId,
 
     table = &(InterruptHost_module->fxnTable[index]);
     table->func = NULL;
-    table->arg  = NULL;
+    table->arg  = 0;
 }
 
 /*