summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-10-17 17:02:27 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-10-17 17:02:27 +0000
commit57dd9e65f159507615447fdeefe6d8885ecdf650 (patch)
treebe4c3d0106f3d28f17b89ec7cf282480b2e9a736 /.gitattributes
parent0c0909a874ab2efccc9c112213112142c17bf73a (diff)
i386: implemented SLDT & STR opcodes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 02ea60c936c..46d087ffe34 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -128,7 +128,7 @@ src/emu/cpu/hd6309/hd6309.c svneol=native#text/plain
src/emu/cpu/hd6309/hd6309.h svneol=native#text/plain
src/emu/cpu/i386/cycles.h svneol=native#text/plain
src/emu/cpu/i386/i386.c svneol=native#text/plain
-src/emu/cpu/i386/i386.h -text svneol=native#text/plain
+src/emu/cpu/i386/i386.h svneol=native#text/plain
src/emu/cpu/i386/i386dasm.c svneol=native#text/plain
src/emu/cpu/i386/i386op16.c svneol=native#text/plain
src/emu/cpu/i386/i386op32.c svneol=native#text/plain