diff --git a/src/core/cpu/utils.hpp b/src/core/cpu/utils.hpp index 83be565..e2c8bf7 100644 --- a/src/core/cpu/utils.hpp +++ b/src/core/cpu/utils.hpp @@ -32,6 +32,9 @@ namespace Core { static const UChar SHIFT_16 = 16; static const UChar SHIFT_8 = 8; + /** + * Template function (generics) to enable the printing of several datatypes + */ template static void printHex(Number *num,Int len) { for(int i=0;i