mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6997311: SIGFPE in new long division asm code
Use unsigned DIV instruction Reviewed-by: never
This commit is contained in:
parent
085e1ad6e1
commit
ce2df719c6
4 changed files with 79 additions and 29 deletions
|
@ -1011,6 +1011,7 @@ private:
|
|||
void hlt();
|
||||
|
||||
void idivl(Register src);
|
||||
void divl(Register src); // Unsigned division
|
||||
|
||||
void idivq(Register src);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue