1
0
Fork 0
dosbox-staging/src/cpu
Patryk Obara 7677511aa3 Initialize imm variable
This is a small issue pointed out by Coverity; this variable might be
later used uninitialized in several places.

Making this change to test if Coverity updates report summary only after
the numbers actually changed (we just had fresh scan, but Coverity keeps
showing summary from few days ago).
2020-02-10 03:23:54 +01:00
..
core_dyn_x86 Initialize imm variable 2020-02-10 03:23:54 +01:00
core_dynrec Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
core_full Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
core_normal Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
callback.cpp Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used 2019-11-19 16:16:06 +00:00
core_dyn_x86.cpp Fix NULL issues in CPU emulation code 2020-01-22 09:40:00 +01:00
core_dynrec.cpp Store whether generated code is 16 or 32 bit, so this information can be used when checking for self modifying code. Some code is identical except for being 32 or 16 bit. Fixes some hard to reproduce problems (with small codeblocks). Thanks jmarsh! 2019-04-19 12:16:14 +00:00
core_full.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
core_normal.cpp Improve prefetch and simple cores to not switch to normal core on trap execution. Fixes the demo version of Prehistorik 2 and similar cases that use the trap flag and prefetch tricks. Thanks NewRisingSun. 2019-04-01 22:06:11 +00:00
core_prefetch.cpp Improve prefetch and simple cores to not switch to normal core on trap execution. Fixes the demo version of Prehistorik 2 and similar cases that use the trap flag and prefetch tricks. Thanks NewRisingSun. 2019-04-01 22:06:11 +00:00
core_simple.cpp Improve prefetch and simple cores to not switch to normal core on trap execution. Fixes the demo version of Prehistorik 2 and similar cases that use the trap flag and prefetch tricks. Thanks NewRisingSun. 2019-04-01 22:06:11 +00:00
cpu.cpp Refinements of commit 4291, so that precission can be specified as well and less fixed defines are used 2019-11-19 16:16:06 +00:00
flags.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
instructions.h Fix flag behaviour of several shift/rotate instructions, cause exceptions and fix potention 'pop ss' problems 2019-09-08 12:42:21 +00:00
lazyflags.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
Makefile.am add prefetch queue emulation 2008-05-21 21:29:32 +00:00
modrm.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00
modrm.h Update year and address of FSF 2019-01-25 14:09:58 +00:00
paging.cpp Update year and address of FSF 2019-01-25 14:09:58 +00:00