OSDN Git Service

* i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
authorkevinb <kevinb>
Thu, 13 Dec 2001 17:34:52 +0000 (17:34 +0000)
committerkevinb <kevinb>
Thu, 13 Dec 2001 17:34:52 +0000 (17:34 +0000)
commite6d938f0f183385f06e600c0448a32a29d0a94ee
treeb1be3f3b473fece12cc222b202c533a1f2137b98
parent040b141208303a88e957ad393a29d5b0f794ca32
* i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
to short so that we don't memcpy() beyond the end of this buffer.
Also, change shift value used in computing val to account for the
fact that only eight bits are used.
gdb/ChangeLog
gdb/i387-nat.c