X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fint%2Fi32_div32.c;h=d8b8023d842d380ffd52b0c69d157013ca3ce26a;hp=276ddfe7681dbd0453117bdbf1e15557b34d850b;hb=05520e8eae3d8c6039e8bcde58741cf4ffb18f1d;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/int/i32_div32.c b/src/int/i32_div32.c index 276ddfe..d8b8023 100644 --- a/src/int/i32_div32.c +++ b/src/int/i32_div32.c @@ -28,7 +28,7 @@ uint32_t br_divrem(uint32_t hi, uint32_t lo, uint32_t d, uint32_t *r) { - // TODO: optimize this + /* TODO: optimize this */ uint32_t q; uint32_t ch, cf; int k;