|
From: Jun Y. <YJ...@gm...> - 2014-01-20 20:29:19
|
Hello, Thanks for the constant help! I have one more question now... So far valgrind function wrapper only supports word type for arguments and return types. It is fine when encountering larger than words types like float or double I can always represent double as two words, but how about arguments with finer type like byte(8 bits) or short(16 bit)? If I use word to represent them will it cause any problem such as corrupting the stack upon function returning? Thanks. |