1
0
Fork 0
dosbox-staging/src/cpu
Patryk Obara e7b8d546a4 Remove usage of register storage specifier
This keywords is only a hint, was used in C in 1970s, but is useless
nowadays. Some reports indicate, that GCC never used it to actually
treat variable as a register.

It was deprecated from C++ in 2009:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809

It was removed from language in C++17, and will likely see new meaning
in some future standard, similar to how 'auto' got replaced in C++11.
2020-02-02 15:16:29 +01:00
..
core_dyn_x86 Remove usage of register storage specifier 2020-02-02 15:16:29 +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