Skip to content

Commit

Permalink
Update (2024.10.16)
Browse files Browse the repository at this point in the history
34860: [MIPS] build with gtest failed after JDK-8300806
  • Loading branch information
loongson-jvm authored Oct 16, 2024
1 parent 6d0dc6b commit c6583c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/hotspot/cpu/mips/register_mips.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2022, Loongson Technology. All rights reserved.
* Copyright (c) 2015, 2024, Loongson Technology. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -105,8 +105,9 @@ CONSTANT_REGISTER_DECLARATION(Register, i31, (31));
#define NOREG ((Register)(noreg_RegisterEnumValue))

#define I0 ((Register)(i0_RegisterEnumValue))
#define I1 ((Register)(i1_RegisterEnumValue))
#define I2 ((Register)(i2_RegisterEnumValue))
// Conflict with I1 and I2 in googlemock/include/gmock/gmock-actions.h
//#define I1 ((Register)(i1_RegisterEnumValue))
//#define I2 ((Register)(i2_RegisterEnumValue))
#define I3 ((Register)(i3_RegisterEnumValue))
#define I4 ((Register)(i4_RegisterEnumValue))
#define I5 ((Register)(i5_RegisterEnumValue))
Expand Down

0 comments on commit c6583c8

Please sign in to comment.