X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fbios_emulator%2Fx86emu%2Fops2.c;h=59dbb422dd40d28595e0f77eef264e3a742f9b40;hb=d90a5b1ed1bac1e3808d3a737a3ef6496061bae0;hp=937bf4ce0732b8f683db0bce5b078081e6aef71d;hpb=14abfe361b3ed23b02f564e2f5d663e158cd5799;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/bios_emulator/x86emu/ops2.c b/drivers/bios_emulator/x86emu/ops2.c index 937bf4c..59dbb42 100644 --- a/drivers/bios_emulator/x86emu/ops2.c +++ b/drivers/bios_emulator/x86emu/ops2.c @@ -42,6 +42,7 @@ ****************************************************************************/ #include +#include #include "x86emu/x86emui.h" /*----------------------------- Implementation ----------------------------*/ @@ -168,7 +169,7 @@ void x86emuOp2_set_byte(u8 op2) int mod, rl, rh; uint destoffset; u8 *destreg; - char *name = 0; + __maybe_unused char *name = 0; int cond = 0; START_OF_INSTR();