-
由 Daniel Walker 提交于
"unsigned" translates to "unsigned int", but this value holds an address. We always want to use unsigned long for addresses since it will change size to fit the machine. This just convert the one address holder to unsigned long. Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
1a86fbc1