From 16a9b3ba89a24ebd80d85c711c08eff605fcde0f Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 28 Aug 2017 23:05:32 -0500 Subject: [PATCH] added a todo --- common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.cpp b/common.cpp index acd071d..3dd1fc8 100644 --- a/common.cpp +++ b/common.cpp @@ -417,6 +417,8 @@ int hex_to_u32_with_endian(const string & a,u32_t &output) return -1; } bool larger_than_u32(u32_t a,u32_t b) +//TODO +//looks like this can simply be done by return ((i32_t)(a-b) >0) { u32_t smaller,bigger;