insns.h: mark resb_bytes() const_func
commitafa56016d4cad777dfe3e3b974a6d85a79231f01
authorH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 18:48:40 +0000 (2 11:48 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 18:48:40 +0000 (2 11:48 -0700)
tree3e486b1c579786df7e61ce817a162c610cb86fc4
parent7f419dff4ee2d15fdc6937050c9424ae111e9b2b
insns.h: mark resb_bytes() const_func

Usually const_func doesn't matter for inlines, as the compiler can
"see" the innards of the function already, but it doesn't cost to mark
it as such.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
include/insns.h